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 885137d + 97655e2 commit 21e9f0dCopy full SHA for 21e9f0d
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.1' apply false
+ id 'com.android.application' version '8.7.2' apply false
24
}
25
26
tasks.register('clean', Delete) {
0 commit comments