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 8ca0709 + 98983d2 commit 1158fc0Copy full SHA for 1158fc0
build.gradle
@@ -20,7 +20,7 @@ plugins {
20
id "org.jetbrains.kotlin.kapt" version "$kotlinVersion" apply false
21
id "com.diffplug.spotless" version "6.25.0" apply false
22
id 'io.gitlab.arturbosch.detekt' version '1.23.7' apply false
23
- id 'com.android.application' version '8.7.0' apply false
+ id 'com.android.application' version '8.7.1' apply false
24
}
25
26
tasks.register('clean', Delete) {
0 commit comments