Skip to content

Commit

Permalink
Fix travis pipeline (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer authored Nov 20, 2021
1 parent a2f4d2a commit b85eb85
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,15 +7,15 @@ android:
components:
- tools
- platform-tools
- build-tools-28.0.3
- android-27
- build-tools-29.0.2
- android-29
- extra-android-support
- extra-android-m2repository

# License agreement workaround
# From similar issue: https://travis-ci.community/t/accept-license-for-android-build-tools-27-0-3-bug/549
before_install:
- yes | sdkmanager "build-tools;28.0.3"
- yes | sdkmanager "build-tools;29.0.2"

# https://docs.travis-ci.com/user/languages/android/#Caching
before_cache:
Expand Down

0 comments on commit b85eb85

Please sign in to comment.