File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,3 @@ and then deleting everything but `android/` from it:
42
42
- Updates ` gradle-wrapper.properties ` from ` 6.7 ` to ` 6.7.1 ` , to add
43
43
support for the Kotlin gradle plugin. If a user runs into this
44
44
error, the error message is clear on how to upgrade.
45
- - Modifies ` build.gradle ` to upgrade the Android Gradle Plugin (AGP)
46
- from version 4.1.0 to 7.0.0. If a user runs into an error with
47
- the AGP version, the warning is clear on how to upgrade
48
- the version to one that we support.
49
- - Modifies ` gradle-wrapper.properties ` to upgrade the Gradle version
50
- from 6.7.1 to 7.0.2. If a user runs into an error with the Gradle
51
- version, the warning is clear on how to upgrade the version to
52
- one that we support.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:7.0 .0'
8
+ classpath ' com.android.tools.build:gradle:4.1 .0'
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -all.zip
You can’t perform that action at this time.
0 commit comments