We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ca465 commit 60c2a70Copy full SHA for 60c2a70
build.gradle.kts
@@ -15,8 +15,8 @@
15
*/
16
// Top-level build file where you can add configuration options common to all sub-projects/modules.
17
plugins {
18
- id("com.android.application") version "8.7.3" apply false
19
- 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
20
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
21
id("org.jetbrains.kotlin.plugin.compose") version "2.1.0" apply false
22
}
0 commit comments