Skip to content

Commit

Permalink
Update build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloy committed Jun 26, 2018
1 parent 2d4b8e3 commit a3353f1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android:
- tools
- tools
- platform-tools
- build-tools-25.0.3
- build-tools-27.0.3
- android-25
- extra
- addon
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ task clean(type: Delete) {

ext.minSdkVersionDeclared = 14
ext.compileSdkVersionDeclared = 28
ext.buildToolsVersionDeclared = '27.0.3'

ext.supportLibVersion = '27.1.1'
ext.espressoVersion = '3.0.2'
Expand Down
1 change: 0 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ apply from: '../config/android-quality.gradle'

android {
compileSdkVersion compileSdkVersionDeclared
buildToolsVersion buildToolsVersionDeclared

defaultConfig {
minSdkVersion minSdkVersionDeclared
Expand Down
1 change: 0 additions & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ apply from: '../config/android-quality.gradle'

android {
compileSdkVersion compileSdkVersionDeclared
buildToolsVersion buildToolsVersionDeclared
defaultConfig {
applicationId "com.schibsted.spain.barista.sample"
minSdkVersion minSdkVersionDeclared
Expand Down

0 comments on commit a3353f1

Please sign in to comment.