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 3bb7f36 commit bb2b921Copy full SHA for bb2b921
build.gradle
@@ -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.9.1' apply false
24
- id 'com.android.library' version '8.9.1' apply false
+ id 'com.android.application' version '8.9.2' apply false
+ id 'com.android.library' version '8.9.2' apply false
25
id 'org.jetbrains.kotlin.android' version '2.1.20' apply false
26
id 'com.google.devtools.ksp' version '2.1.20-2.0.0' apply false
27
id 'org.jetbrains.kotlin.plugin.compose' version '2.1.20' apply false
0 commit comments