Skip to content

Commit 60df490

Browse files
committed
Use AGP 8.13.1
1 parent eb9dc91 commit 60df490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
}
1919

2020
dependencies {
21-
classpath("com.android.tools.build:gradle:8.12.3")
21+
classpath("com.android.tools.build:gradle:8.13.1")
2222
}
2323
}
2424

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
resolutionStrategy {
77
eachPlugin {
88
if (requested.id.namespace == "com.android" || requested.id.name == "kotlin-android-extensions") {
9-
useModule("com.android.tools.build:gradle:8.12.3")
9+
useModule("com.android.tools.build:gradle:8.13.1")
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)