We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec067e commit 4be399fCopy full SHA for 4be399f
1 file changed
build.gradle.kts
@@ -6,8 +6,8 @@ buildscript {
6
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
7
8
plugins {
9
- id("com.android.application") version "8.13.2" apply false
10
- id("com.android.library") version "8.13.2" apply false
+ id("com.android.application") version "9.1.0" apply false
+ id("com.android.library") version "9.1.0" apply false
11
id("org.jetbrains.kotlin.android") version "2.1.21" apply false
12
id("org.jetbrains.kotlin.plugin.compose") version "2.1.21" apply false
13
0 commit comments