Skip to content

Commit

Permalink
bump gradle build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
derohimat committed Oct 3, 2018
1 parent b5d2628 commit eed277c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.2.0'
}
}

ext {
compileSdkVersion = 27
buildToolsVersion = "27.0.3"
compileSdkVersion = 28
buildToolsVersion = "28.0.3"
}

allprojects {
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Apr 17 10:55:33 WIB 2018
#Wed Oct 03 13:18:07 WIB 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion 9
minSdkVersion 14
}

lintOptions {
abortOnError false
}
buildToolsVersion '27.0.3'
buildToolsVersion '28.0.3'
}

dependencies {
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion 9
targetSdkVersion 27
minSdkVersion 14
targetSdkVersion 28
}

lintOptions {
Expand All @@ -23,7 +23,7 @@ android {
shrinkResources true
}
}
buildToolsVersion '27.0.3'
buildToolsVersion '28.0.3'
}

dependencies {
Expand Down

0 comments on commit eed277c

Please sign in to comment.