We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831469d commit 04653dfCopy full SHA for 04653df
Example/android/build.gradle
@@ -12,7 +12,7 @@ buildscript {
12
jcenter()
13
}
14
dependencies {
15
- classpath("com.android.tools.build:gradle:3.5.3")
+ classpath('com.android.tools.build:gradle:4.2.1')
16
// NOTE: Do not place your application dependencies here; they belong
17
// in the individual module build.gradle files
18
Example/android/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments