File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 google()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:3.0.1 '
8+ classpath ' com.android.tools.build:gradle:3.1.2 '
99
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
@@ -28,7 +28,7 @@ apply plugin: 'com.android.library'
2828
2929def computeCompileSdkVersion = { -> project. hasProperty(" compileSdk" ) ? compileSdk : 24 }
3030def computeBuildToolsVersion = { ->
31- project. hasProperty(" buildToolsVersion" ) ? buildToolsVersion : " 27.0.1 "
31+ project. hasProperty(" buildToolsVersion" ) ? buildToolsVersion : " 27.0.3 "
3232}
3333
3434android {
Original file line number Diff line number Diff line change 1- # Thu Dec 21 13:58:00 EET 2017
1+ # Fri May 11 16:45:47 EEST 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 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -bin.zip
You can’t perform that action at this time.
0 commit comments