Skip to content

Commit 48b3839

Browse files
committed
travis: Install the newer Android SDK we've just switched to.
Oops. Very similar to 18a59ef. Add a note to try to avoid this failure next time.
1 parent 0e45fda commit 48b3839

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android:
1515
- tools
1616
- platform-tools
1717
- build-tools-28.0.3
18-
- android-28 # corresponds to compileSdkVersion
18+
- android-29 # corresponds to compileSdkVersion
1919
- extra-google-m2repository
2020
- extra-android-m2repository
2121
- extra-google-android-support

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ buildscript {
1919
// https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd
2020
// What's the latest? Consult this list:
2121
// https://developer.android.com/studio/releases/platforms
22+
// Do edit .travis.yml when updating this.
2223
compileSdkVersion = 29
2324

2425
supportLibVersion = "28.0.0"

0 commit comments

Comments
 (0)