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 e9706b1 commit a251917Copy full SHA for a251917
build.gradle.kts
@@ -16,8 +16,8 @@
16
17
// Top-level build file where you can add configuration options common to all sub-projects/modules.
18
plugins {
19
- id("com.android.application") version "8.7.3" apply false
20
- 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
21
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
22
id("org.jetbrains.kotlin.plugin.compose") version "2.1.0" apply false
23
}
0 commit comments