We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check
1 parent faa4916 commit 3474a2aCopy full SHA for 3474a2a
buildSrc/build.gradle.kts
@@ -15,6 +15,6 @@ dependencies {
15
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
16
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.1")
17
implementation("com.huanshankeji.team:gradle-plugins:0.9.0") // don't use a snapshot version in a main branch
18
- implementation("com.android.tools.build:gradle:8.5.2")
+ implementation("com.android.tools.build:gradle:8.7.3")
19
implementation("com.huanshankeji:common-gradle-dependencies:0.9.0-20241203") // don't use a snapshot version in a main branch
20
}
0 commit comments