File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
# Basics
2
2
android-platform = 29
3
3
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
6
6
7
7
# Minimum SDK versions for each type of project
8
8
android-min-app = 17
@@ -11,7 +11,9 @@ android-min-vr = 19
11
11
android-min-ar = 24
12
12
android-min-wear = 25
13
13
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
15
17
# The format below is group%artifact
16
18
androidx.appcompat%appcompat = 1.2.0
17
19
androidx.legacy%legacy-support-v4 = 1.0.0
You can’t perform that action at this time.
0 commit comments