Skip to content

Commit 2daf543

Browse files
committed
build(deps): Update AGP from 8.8.1 to 8.9.0
1 parent 2631bcc commit 2daf543

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ android-minSdk = "26"
33
android-compileSdk = "35"
44
android-targetSdk = "35"
55

6-
androidGradlePlugin = "8.8.1"
6+
android-gradle-plugin = "8.9.0"
77
androidx-activity-compose = "1.10.0"
88
androidx-window = "1.3.0"
99
androidx-graphics-shapes = "1.0.0-alpha04"
@@ -20,8 +20,8 @@ compose-window-size = { module = "org.jetbrains.compose.material3:material3-wind
2020
haze = { 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" }
2525
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
2626
jetbrains-dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
2727
jetbrains-compose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }

0 commit comments

Comments
 (0)