File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,21 @@ buildscript {
33 repositories {
44 google()
55 mavenCentral()
6+ maven { url " https://jitpack.io" }
67 }
78 dependencies {
8- classpath " com.android.tools.build:gradle:8.2.2 "
9+ classpath " com.android.tools.build:gradle:8.13.1 "
910 }
1011}
1112
1213allprojects {
1314 repositories {
1415 google()
1516 mavenCentral()
17+ maven { url " https://jitpack.io" }
1618 }
1719}
1820
19- task clean ( type : Delete ) {
20- delete rootProject. buildDir
21+ tasks . register( " clean " , Delete ) {
22+ delete rootProject. layout . buildDirectory
2123}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =03ec176d388f2aa99defcadc3ac6adf8dd2bce5145a129659537c0874dea5ad1
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2.1 -bin.zip
3+ distributionSha256Sum =bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments