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 8eb24f6 commit ddf53f6Copy full SHA for ddf53f6
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.20" apply false
11
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2" apply false
12
id("org.jmailen.kotlinter") version "3.16.0" apply false
13
- id("com.android.application") version "8.1.4" apply false
+ id("com.android.application") version "8.2.0" apply false
14
id("com.vanniktech.maven.publish.base") version "0.25.3" apply false
15
}
16
0 commit comments