File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33buildscript {
44 repositories {
5+ google()
56 jcenter()
67 }
78 dependencies {
8- classpath ' com.android.tools.build:gradle:2.3.3 '
9+ classpath ' com.android.tools.build:gradle:3.1.0 '
910
1011 // NOTE: Do not place your application dependencies here; they belong
1112 // in the individual module build.gradle files
@@ -14,10 +15,11 @@ buildscript {
1415
1516allprojects {
1617 repositories {
18+ google()
1719 jcenter()
1820 }
1921}
2022
2123task clean (type : Delete ) {
2224 delete rootProject. buildDir
23- }
25+ }
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
You can’t perform that action at this time.
0 commit comments