We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58f0d6 commit 08e32daCopy full SHA for 08e32da
1 file changed
build.gradle.kts
@@ -20,8 +20,8 @@ buildscript {
20
}
21
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
23
- id("com.android.application") version "8.7.3" apply false
24
- 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
25
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
26
id("org.jetbrains.kotlin.plugin.compose") version "2.1.0" apply false
27
0 commit comments