Skip to content

Commit

Permalink
Update Compile SDK version and build tools version in travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik-0 committed Jan 20, 2021
1 parent 5b49861 commit 8a20ec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dist: precise

env:
global:
- ANDROID_API_LEVEL=28 # Compile SDK version
- ANDROID_API_LEVEL=29 # Compile SDK version
- EMULATOR_API_LEVEL=19
- ANDROID_BUILD_TOOLS_VERSION=28.0.3
- ANDROID_BUILD_TOOLS_VERSION=29.0.2
- ANDROID_ABI=armeabi-v7a
- ANDROID_TAG=google_apis
- ADB_INSTALL_TIMEOUT=20 # minutes (2 minutes by default)
Expand Down

0 comments on commit 8a20ec4

Please sign in to comment.