Skip to content

Commit

Permalink
Revert build tools back to 28.0.3 (#391)
Browse files Browse the repository at this point in the history
* travis.yml: Revert build tools back to 28.0.3

* build.gradle - Revert build tools back to 28.0.3
  • Loading branch information
Catfriend1 authored Mar 30, 2019
1 parent 622e465 commit 5f3a6b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android:
components:
- tools
- platform-tools
- build-tools-29.0.0-rc1
- build-tools-28.0.3
- android-28
- extra-android-m2repository

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
android {
// Changes to these values need to be reflected in `.travis.yml`
compileSdkVersion 28
buildToolsVersion '29.0.0-rc1'
buildToolsVersion '28.0.3'

buildTypes.debug.applicationIdSuffix ".debug"
dataBinding.enabled = true
Expand Down

0 comments on commit 5f3a6b8

Please sign in to comment.