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