Skip to content

Commit a57bb84

Browse files
committed
Bump AGP more to 8.12.3
1 parent 4f033d3 commit a57bb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies {
1515
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
1616
implementation("org.jetbrains.compose:compose-gradle-plugin:1.9.0")
1717
implementation("com.huanshankeji.team:gradle-plugins:0.10.0-SNAPSHOT") // TODO don't use a snapshot version in a main branch
18-
implementation("com.android.tools.build:gradle:8.12.0") // The latest is 8.13.0 but not compatible yet.
18+
implementation("com.android.tools.build:gradle:8.12.3") // The latest is 8.13.0 but not compatible yet.
1919
implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20250918-SNAPSHOT") // TODO don't use a snapshot version in a main branch
2020
}

0 commit comments

Comments
 (0)