Skip to content

Commit 5db61ec

Browse files
committed
Updating gradle
1 parent 32f5ec2 commit 5db61ec

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1213
allprojects {
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
}

gradle/wrapper/gradle-wrapper.jar

-19.2 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)