Glimpse: Update AGP to 8.5.2

Change-Id: I78b117fc9b8f7002cb8106f6ea62089086a0147b
This commit is contained in:
Luca Stefani 2024-08-27 11:08:21 +02:00
parent 947bdc6744
commit a65089356f
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
id("com.android.application") version "8.4.0" apply false id("com.android.application") version "8.5.2" apply false
id("com.android.library") version "8.4.0" apply false id("com.android.library") version "8.5.2" apply false
id("org.jetbrains.kotlin.android") version "1.8.10" apply false id("org.jetbrains.kotlin.android") version "1.8.10" apply false
} }