Skip to content

Commit

Permalink
MOBILE-3947 travis: Specify Android SDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyserver committed Jan 19, 2024
1 parent f40c473 commit 6abed44
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 6abed44

Please sign in to comment.