Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Issue #991: Update Travis to accept SDK 28
Browse files Browse the repository at this point in the history
  • Loading branch information
psymoon authored and liuche committed Oct 23, 2018
1 parent d52d393 commit 0e726aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ android:
components:
- tools
- platform-tools
- build-tools-27.0.3
- android-27
- build-tools-28.0.3
- android-28
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository

sudo: false

before_install:
- yes | sdkmanager "platforms;android-27"
- yes | sdkmanager "platforms;android-28" "build-tools;28.0.3"
- touch local.properties

script:
Expand Down

0 comments on commit 0e726aa

Please sign in to comment.