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 ac479cc commit 0d8d11fCopy full SHA for 0d8d11f
settings.gradle.kts
@@ -11,7 +11,7 @@ pluginManagement {
11
plugins {
12
id("com.gradle.develocity") version "4.0.1"
13
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.2.1"
14
- id("com.android.settings") version "8.10.0" // Keep in sync with agp in libs.versions.toml
+ id("com.android.settings") version "8.10.1" // Keep in sync with agp in libs.versions.toml
15
}
16
17
val isCI = System.getenv("CI") != null
0 commit comments