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.
2 parents adb2ae6 + 48da24c commit 98e7afaCopy full SHA for 98e7afa
build.gradle
@@ -20,7 +20,7 @@ plugins {
20
id "org.jetbrains.kotlin.kapt" version "$kotlinVersion" apply false
21
id "com.diffplug.spotless" version "7.0.2" apply false
22
id 'io.gitlab.arturbosch.detekt' version '1.23.8' apply false
23
- id 'com.android.application' version '8.9.0' apply false
+ id 'com.android.application' version '8.9.1' apply false
24
}
25
26
tasks.register('clean', Delete) {
0 commit comments