Skip to content

Commit c03ecfb

Browse files
committed
BUILD : Updated support library to 27.1.0, AGP to 3.1.0 and Gradle to 4.4
1 parent 462014c commit c03ecfb

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue May 09 23:10:36 CEST 2017
1+
#Tue Mar 27 19:21:28 CEST 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.2.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

library/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ apply plugin: 'com.novoda.bintray-release'
33

44
android {
55
compileSdkVersion setup.compileSdk
6-
buildToolsVersion setup.buildTools
76

87
defaultConfig {
98
minSdkVersion setup.minSdk

0 commit comments

Comments
 (0)