File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 jcenter()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.0.1 '
9+ classpath ' com.android.tools.build:gradle:3.1.0 '
1010 classpath ' com.novoda:bintray-release:0.8.0'
1111
1212 // NOTE: Do not place your application dependencies here; they belong
@@ -17,11 +17,10 @@ buildscript {
1717 // project and then reference this from the modules
1818 ext {
1919 setup = [compileSdk : 27 ,
20- buildTools : " 27.0.2" ,
2120 minSdk : 16 ,
2221 targetSdk : 27 ]
2322
24- versions = [supportLib : " 27.0.2 " ]
23+ versions = [supportLib : " 27.1.0 " ]
2524 }
2625}
2726
Original file line number Diff line number Diff line change 1- # Tue May 09 23:10:36 CEST 2017
1+ # Tue Mar 27 19:21:28 CEST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.2.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ apply plugin: 'com.novoda.bintray-release'
33
44android {
55 compileSdkVersion setup. compileSdk
6- buildToolsVersion setup. buildTools
76
87 defaultConfig {
98 minSdkVersion setup. minSdk
You can’t perform that action at this time.
0 commit comments