Skip to content

Commit

Permalink
travis.yml: list installed and available Android SDK packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 18, 2023
1 parent 4a45e22 commit c78f84d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
- tools
script:
- date
- sdkmanager --list
- echo y | sdkmanager "ndk;21.3.6528147" > /dev/null
- echo y | sdkmanager "patcher;v4" > /dev/null
- ./gradlew copyToDist --build-file=android.gradle --console=plain --no-daemon
Expand Down

0 comments on commit c78f84d

Please sign in to comment.