Skip to content

Commit 0d8d11f

Browse files
Update plugin com.android.settings to v8.10.1 (#608)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac479cc commit 0d8d11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pluginManagement {
1111
plugins {
1212
id("com.gradle.develocity") version "4.0.1"
1313
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
14+
id("com.android.settings") version "8.10.1" // Keep in sync with agp in libs.versions.toml
1515
}
1616

1717
val isCI = System.getenv("CI") != null

0 commit comments

Comments
 (0)