File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ android-minSdk = "26"
33android-compileSdk = " 35"
44android-targetSdk = " 35"
55
6- androidGradlePlugin = " 8.8.1 "
6+ android-gradle-plugin = " 8.9.0 "
77androidx-activity-compose = " 1.10.0"
88androidx-window = " 1.3.0"
99androidx-graphics-shapes = " 1.0.0-alpha04"
@@ -20,8 +20,8 @@ compose-window-size = { module = "org.jetbrains.compose.material3:material3-wind
2020haze = { module = " dev.chrisbanes.haze:haze" , version.ref = " haze" }
2121
2222[plugins ]
23- android-application = { id = " com.android.application" , version.ref = " androidGradlePlugin " }
24- android-library = { id = " com.android.library" , version.ref = " androidGradlePlugin " }
23+ android-application = { id = " com.android.application" , version.ref = " android-gradle-plugin " }
24+ android-library = { id = " com.android.library" , version.ref = " android-gradle-plugin " }
2525compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
2626jetbrains-dokka = { id = " org.jetbrains.dokka" , version.ref = " dokka" }
2727jetbrains-compose = { id = " org.jetbrains.compose" , version.ref = " compose-plugin" }
You can’t perform that action at this time.
0 commit comments