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 b15519e commit 5a71599Copy full SHA for 5a71599
android/build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
}
7
8
dependencies {
9
- classpath 'com.android.tools.build:gradle:7.2.0'
+ classpath 'com.android.tools.build:gradle:7.2.2'
10
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11
12
@@ -26,6 +26,6 @@ subprojects {
26
project.evaluationDependsOn(':app')
27
28
29
-task clean(type: Delete) {
+tasks.register("clean", Delete) {
30
delete rootProject.buildDir
31
0 commit comments