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 bfeba00 commit afc328dCopy full SHA for afc328d
example/android/build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
jcenter()
6
}
7
dependencies {
8
- classpath 'com.android.tools.build:gradle:2.2.3'
+ classpath 'com.android.tools.build:gradle:3.0.1'
9
10
// NOTE: Do not place your application dependencies here; they belong
11
// in the individual module build.gradle files
example/android/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,6 @@
1
+#Mon Jun 18 16:01:11 CEST 2018
2
distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
0 commit comments