Skip to content

Commit f4cc587

Browse files
committed
Update gradle version
1 parent cc8b3dc commit f4cc587

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:7.2.2'
8+
classpath 'com.android.tools.build:gradle:7.4.2'
99
}
1010
}
1111

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ org.gradle.caching = true
66
org.gradle.parallel = true
77
org.gradle.configureondemand = true
88
org.gradle.vfs.watch = true
9+
org.gradle.unsafe.configuration-cache=true
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu May 27 14:39:14 JST 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)