File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 33buildscript {
44 repositories {
55 jcenter()
6+ google()
67 }
78 dependencies {
89 classpath ' com.android.tools.build:gradle:3.0.1'
9- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5 '
10+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0 '
1011 }
1112}
1213
1314allprojects {
1415 repositories {
1516 jcenter()
1617 maven { url " https://jitpack.io" }
17- maven { url " https://maven. google.com " }
18+ google()
1819 }
1920}
2021
2122ext {
2223 compileSdkVersion = 27
23- buildToolsVersion = ' 26 .0.2 '
24+ buildToolsVersion = ' 28 .0.0 rc1 '
2425 targetSdkVersion = compileSdkVersion
2526
2627 supportLibVersion = ' 27.1.0'
Original file line number Diff line number Diff line change 1- # Thu Mar 22 10:13:50 PDT 2018
1+ # Fri Mar 23 10:07:44 CET 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
You can’t perform that action at this time.
0 commit comments