Skip to content

Commit 93bdf70

Browse files
committed
Bump AGP to 8.5.2 with the IntelliJ IDEA AGP Upgrade Assistant
The demo runs with no problem on JVM desktop, JS DOM, Android, and Wasm as tested manually.
1 parent 641e2a5 commit 93bdf70

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
@@ -16,6 +16,6 @@ dependencies {
1616
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
1717
implementation("org.jetbrains.compose:compose-gradle-plugin:1.6.11")
1818
implementation("com.huanshankeji.team:gradle-plugins:0.5.1")
19-
implementation("com.android.tools.build:gradle:8.2.2")
19+
implementation("com.android.tools.build:gradle:8.5.2")
2020
implementation("com.huanshankeji:common-gradle-dependencies:0.7.1-20240516")
2121
}

0 commit comments

Comments
 (0)