We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b49f5 commit 737e164Copy full SHA for 737e164
1 file changed
buildSrc/build.gradle.kts
@@ -16,6 +16,6 @@ dependencies {
16
implementation("org.jetbrains.compose:compose-gradle-plugin:1.10.3")
17
implementation("com.huanshankeji.team:gradle-plugins:0.11.0") // don't use a snapshot version in a main branch
18
// https://developer.android.com/build/releases/gradle-plugin, https://mvnrepository.com/artifact/com.android.tools.build/gradle
19
- implementation("com.android.tools.build:gradle:8.12.3")
+ implementation("com.android.tools.build:gradle:8.13.2")
20
implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20251024") // don't use a snapshot version in a main branch
21
}
0 commit comments