File tree 2 files changed +4
-1
lines changed
all_packages/android/gradle/wrapper
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,6 @@ and then deleting everything but `android/` from it:
39
39
jcenter.bintray.com shutdown.
40
40
- Update ` compileSdkVersion ` from 30 to 33 to maintain compatibility
41
41
with plugins that use API 34.
42
+ - Updates ` gradle-wrapper.properties ` from ` 6.7 ` to ` 6.7.1 ` , to add
43
+ support for the Kotlin gradle plugin. If a user runs into this
44
+ error, the error message is clear on how to upgrade.
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-6.7-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