Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
izderadicka committed Jan 31, 2021
1 parent acb5402 commit 87e6824
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ android:
- tools
- platform-tools
- tools
- android-28
- build-tools-29.0.2
- android-29
- android-24
- sys-img-armeabi-v7a-android-24
before_install:
- yes | sdkmanager "platforms;android-29"
- yes | sdkmanager "build-tools;29.0.2"
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down

0 comments on commit 87e6824

Please sign in to comment.