Skip to content

Commit 4521ed1

Browse files
Copilotphodal
andcommitted
fix: Update Android Gradle Plugin version to 8.3.0
Fixes build configuration issue with non-existent AGP version 8.10.0 Co-authored-by: phodal <472311+phodal@users.noreply.github.com>
1 parent 01e57df commit 4521ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ plugins {
3131
alias(libs.plugins.kotlinMultiplatform) apply false
3232
alias(libs.plugins.compose) apply false
3333
alias(libs.plugins.composeCompiler) apply false
34-
id("com.android.library") version "8.10.0" apply false
35-
id("com.android.application") version "8.10.0" apply false
34+
id("com.android.library") version "8.3.0" apply false
35+
id("com.android.application") version "8.3.0" apply false
3636
id("net.saliman.properties") version "1.5.2"
3737
}
3838

0 commit comments

Comments
 (0)