Skip to content

Commit 927966f

Browse files
committed
updated gradle version
1 parent 56c466c commit 927966f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

mode/mode/gradlew.zip

2 Bytes
Binary file not shown.

mode/version.properties

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Basics
22
android-platform = 29
33
android-toolslib = 27.1.1
4-
gradlew = 6.7.1
5-
gradle = 4.1.1
4+
android-gradle-plugin = 4.1.3
5+
gradle-wrapper = 6.8.3
66

77
# Minimum SDK versions for each type of project
88
android-min-app = 17
@@ -11,7 +11,9 @@ android-min-vr = 19
1111
android-min-ar = 24
1212
android-min-wear = 25
1313

14-
# Dependencies. Latest version for each package can be found at https://mvnrepository.com
14+
# Dependencies. Latest versions could be found at:
15+
# https://mvnrepository.com
16+
# https://repo.gradle.org
1517
# The format below is group%artifact
1618
androidx.appcompat%appcompat = 1.2.0
1719
androidx.legacy%legacy-support-v4 = 1.0.0

0 commit comments

Comments
 (0)