Skip to content

Commit

Permalink
Use SDK 30 in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Jan 11, 2021
1 parent 2563e54 commit ad7ed8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ dist: trusty
android:
components:
- build-tools-29.0.3
- android-29
- android-30

before_install:
- yes | sdkmanager "platforms;android-30"

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit ad7ed8a

Please sign in to comment.