We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd93ffb commit 37a980bCopy full SHA for 37a980b
1 file changed
settings.gradle.kts
@@ -11,7 +11,7 @@ pluginManagement {
11
plugins {
12
id("com.gradle.develocity") version "4.0"
13
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.2.1"
14
- id("com.android.settings") version "8.9.1" // Keep in sync with agp in libs.versions.toml
+ id("com.android.settings") version "8.9.2" // Keep in sync with agp in libs.versions.toml
15
}
16
17
val isCI = System.getenv("CI") != null
0 commit comments