Skip to content

Commit 3474a2a

Browse files
committed
Upgrade the AGP version with the Upgrade Assistant, and run Gradle check and run the demo Android app in the emulator to ensure it works
1 parent faa4916 commit 3474a2a

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.7.1")
1717
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")
18+
implementation("com.android.tools.build:gradle:8.7.3")
1919
implementation("com.huanshankeji:common-gradle-dependencies:0.9.0-20241203") // don't use a snapshot version in a main branch
2020
}

0 commit comments

Comments
 (0)