We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed27ff1 commit 356ffa1Copy full SHA for 356ffa1
android/build.gradle
@@ -3,9 +3,10 @@
3
buildscript {
4
repositories {
5
jcenter()
6
+ google()
7
}
8
dependencies {
- classpath 'com.android.tools.build:gradle:2.2.3'
9
+ classpath 'com.android.tools.build:gradle:3.1.0'
10
11
// NOTE: Do not place your application dependencies here; they belong
12
// in the individual module build.gradle files
android/gradle/wrapper/gradle-wrapper.properties
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
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.4-all.zip
0 commit comments