Skip to content

Commit

Permalink
Merge pull request #3904 from crazyserver/MOBILE-3947
Browse files Browse the repository at this point in the history
MOBILE-3947 travis: Specify Android SDK versions
  • Loading branch information
dpalou authored Jan 19, 2024
2 parents f40c473 + 6abed44 commit 803d233
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: "Build Android"
if: env(DEPLOY) = 1 OR (env(DEPLOY) = 2 AND tag IS NOT blank)
language: java
env:
- ANDROID_PLATFORM_VERSION=32
- ANDROID_BUILD_TOOLS_VERSION="32.0.0"
addons:
apt:
packages:
Expand Down

0 comments on commit 803d233

Please sign in to comment.