File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
google()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.0.1 '
8
+ classpath ' com.android.tools.build:gradle:3.1.12 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
@@ -28,7 +28,7 @@ apply plugin: 'com.android.library'
28
28
29
29
def computeCompileSdkVersion = { -> project. hasProperty(" compileSdk" ) ? compileSdk : 24 }
30
30
def computeBuildToolsVersion = { ->
31
- project. hasProperty(" buildToolsVersion" ) ? buildToolsVersion : " 27.0.1 "
31
+ project. hasProperty(" buildToolsVersion" ) ? buildToolsVersion : " 27.0.3 "
32
32
}
33
33
34
34
android {
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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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