We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d62653 commit a3a3783Copy full SHA for a3a3783
build.gradle.kts
@@ -24,8 +24,8 @@ buildscript {
24
}
25
26
plugins {
27
- id("com.android.application") version "8.7.3" apply false
28
- id("com.android.library") version "8.7.3" apply false
+ id("com.android.application") version "8.8.0" apply false
+ id("com.android.library") version "8.8.0" apply false
29
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
30
id("org.jetbrains.kotlin.plugin.compose") version "2.1.0" apply false
31
0 commit comments