Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Fix Android license issue on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs committed Sep 11, 2020
1 parent a3a86a5 commit da4fc2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ os: linux
dist: trusty
language: android

before_install:
- yes | sdkmanager "build-tools;30.0.2"
- yes | sdkmanager "platforms;android-30"

android:
components:
- tools
Expand Down

0 comments on commit da4fc2f

Please sign in to comment.