Skip to content

Commit

Permalink
update travis build & android version to 29
Browse files Browse the repository at this point in the history
  • Loading branch information
bkhezry committed Nov 15, 2019
1 parent d112d08 commit 4757cc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ android:
components:
- tools
- platform-tools
- build-tools-28.0.3
- android-28
- build-tools-29.0.2
- android-29
licenses:
- '.+'
before_install:
- yes | sdkmanager "platforms;android-28"
- yes | sdkmanager "build-tools;28.0.3"
- yes | sdkmanager "platforms;android-29"
- yes | sdkmanager "build-tools;29.0.2"

sudo: required
install: true
Expand Down

0 comments on commit 4757cc0

Please sign in to comment.