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