Skip to content

Commit

Permalink
fixes bumb sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyVanNeck authored Aug 15, 2020
1 parent afc8dd4 commit a81578e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ jdk: oraclejdk8

env:
global:
- ANDROID_API_LEVEL=28
- ANDROID_BUILD_TOOLS_VERSION=28.0.3
# - ANDROID_ABI=armeabi-v7a
# - ANDROID_ABI=X86
# - ANDROID_ABI=ARMEABI_V7A
- ANDROID_API_LEVEL=29
- ANDROID_BUILD_TOOLS_VERSION=29.0.3
- ANDROID_ABI=armeabi-v7a
- ANDROID_ABI=x86
- ANDROID_ABI=arm64-v8a
- ANDROID_ABI=x86_64

android:
components:
Expand All @@ -24,8 +25,8 @@ android:
before_install:
- yes | sdkmanager "platforms;android-26"
- yes | sdkmanager "build-tools;26.0.0"
- yes | sdkmanager "platforms;android-28"
- yes | sdkmanager "build-tools;28.0.3"
- yes | sdkmanager "platforms;android-29"
- yes | sdkmanager "build-tools;29.0.3"

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit a81578e

Please sign in to comment.