Skip to content

Commit

Permalink
Travis: ANDROID_API_LEVEL back to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Apr 13, 2017
1 parent 9899db6 commit 59c6658
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cache:

env:
global:
- ANDROID_API_LEVEL=25
- ANDROID_API_LEVEL=24 # 25 Error: Invalid --abi armeabi-v7a for the selected target
- ANDROID_BUILD_TOOLS_VERSION=25.0.2
- ANDROID_ABI=armeabi-v7a
- ADB_INSTALL_TIMEOUT=20 # minutes (2 minutes by default)
Expand All @@ -22,6 +22,7 @@ android:
- tools # to install Android SDK tools 25.1.x, https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- android-$ANDROID_API_LEVEL
- android-25
# Support library
- extra-android-support
# Latest artifacts in local repository
Expand Down

0 comments on commit 59c6658

Please sign in to comment.