Skip to content

Commit d6a03fd

Browse files
committed
build(deps): bump AGP from 8.10.1 to 8.11.0
1 parent 8ef027e commit d6a03fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
android-gradle-plugin = "8.10.1"
2+
android-gradle-plugin = "8.11.0"
33
androidx-activity-compose = "1.10.1"
44
androidx-window = "1.4.0"
55
androidx-graphics-shapes = "1.0.0-alpha08"

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dependencyResolutionManagement {
3232
}
3333

3434
plugins {
35-
id("com.android.settings") version ("8.10.1")
36-
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.9.0")
35+
id("com.android.settings") version ("8.11.0")
36+
id("org.gradle.toolchains.foojay-resolver-convention") version ("1.0.0")
3737
}
3838

3939
android {

0 commit comments

Comments
 (0)