We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47e008 commit 41afb3eCopy full SHA for 41afb3e
build.gradle
@@ -3,9 +3,9 @@ import com.android.build.gradle.api.AndroidBasePlugin
3
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
5
plugins {
6
- id 'com.android.application' version "8.8.2"
7
- id 'com.android.library' version "8.8.2" apply false
8
- id 'com.android.test' version '8.8.2' apply false
+ id 'com.android.application' version "8.9.0"
+ id 'com.android.library' version "8.9.0" apply false
+ id 'com.android.test' version '8.9.0' apply false
9
id 'androidx.baselineprofile' version '1.3.3'
10
id 'org.jetbrains.kotlin.android' version "2.1.10"
11
id 'org.jetbrains.kotlin.plugin.compose' version "2.1.10"
0 commit comments