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 8f03998 commit b5e3aa6Copy full SHA for b5e3aa6
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.9.1" apply false
10
- id("com.android.library") version "8.9.1" apply false
+ id("com.android.application") version "8.10.1" apply false
+ id("com.android.library") version "8.10.1" apply false
11
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
12
id("org.jetbrains.kotlin.plugin.compose") version "2.1.20" apply false
13
0 commit comments