File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 }
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:7.3.1 '
11+ classpath ' com.android.tools.build:gradle:7.4.2 '
1212 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
1313 classpath ' io.github.gradle-nexus:publish-plugin:1.1.0'
1414
@@ -29,6 +29,6 @@ allprojects {
2929 }
3030}
3131
32- task clean ( type : Delete ) {
32+ tasks . register( ' clean ' , Delete ) {
3333 delete rootProject. buildDir
3434}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -all.zip
You can’t perform that action at this time.
0 commit comments