Skip to content

Commit

Permalink
travis: Install the newer Android SDK we've just switched to.
Browse files Browse the repository at this point in the history
Oops.  Very similar to 18a59ef.  Add a note to try to avoid this
failure next time.
  • Loading branch information
gnprice committed Sep 4, 2019
1 parent 0e45fda commit 48b3839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android:
- tools
- platform-tools
- build-tools-28.0.3
- android-28 # corresponds to compileSdkVersion
- android-29 # corresponds to compileSdkVersion
- extra-google-m2repository
- extra-android-m2repository
- extra-google-android-support
Expand Down
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ buildscript {
// https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd
// What's the latest? Consult this list:
// https://developer.android.com/studio/releases/platforms
// Do edit .travis.yml when updating this.
compileSdkVersion = 29

supportLibVersion = "28.0.0"
Expand Down

0 comments on commit 48b3839

Please sign in to comment.