Skip to content

Commit 3e2b0b0

Browse files
Fatmerosen-vladimirov
authored andcommitted
Update gradle
1 parent 8d53a98 commit 3e2b0b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

vendor/gradle-plugin/build.gradle

+2-2
Original file line numberDiff line numberDiff 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

2929
def computeCompileSdkVersion = { -> project.hasProperty("compileSdk") ? compileSdk : 24 }
3030
def computeBuildToolsVersion = { ->
31-
project.hasProperty("buildToolsVersion") ? buildToolsVersion : "27.0.1"
31+
project.hasProperty("buildToolsVersion") ? buildToolsVersion : "27.0.3"
3232
}
3333

3434
android {
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Dec 21 13:58:00 EET 2017
1+
#Fri May 11 16:45:47 EEST 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)