File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ android:
15
15
- tools
16
16
- platform-tools
17
17
- build-tools-28.0.3
18
- - android-28 # corresponds to compileSdkVersion
18
+ - android-29 # corresponds to compileSdkVersion
19
19
- extra-google-m2repository
20
20
- extra-android-m2repository
21
21
- extra-google-android-support
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ buildscript {
19
19
// https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd
20
20
// What's the latest? Consult this list:
21
21
// https://developer.android.com/studio/releases/platforms
22
+ // Do edit .travis.yml when updating this.
22
23
compileSdkVersion = 29
23
24
24
25
supportLibVersion = " 28.0.0"
You can’t perform that action at this time.
0 commit comments