Up AGP to version 8.2.0

This commit is contained in:
albexk 2023-12-07 19:28:41 +03:00
parent 67694c0f96
commit 2eaaf01ca1
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[versions]
agp = "8.1.3"
agp = "8.2.0"
kotlin = "1.9.20"
androidx-core = "1.12.0"
androidx-activity = "1.8.1"

View file

@ -22,7 +22,7 @@ dependencyResolutionManagement {
includeBuild("./gradle/plugins")
plugins {
id("com.android.settings") version "8.1.3"
id("com.android.settings") version "8.2.0"
id("settings-property-delegate")
}