File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:7.2 .2'
8
+ classpath ' com.android.tools.build:gradle:7.4 .2'
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ org.gradle.caching = true
6
6
org.gradle.parallel = true
7
7
org.gradle.configureondemand = true
8
8
org.gradle.vfs.watch = true
9
+ org.gradle.unsafe.configuration-cache =true
Original file line number Diff line number Diff line change 1
1
# Thu May 27 14:39:14 JST 2021
2
2
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
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments