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:
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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments