Skip to content

Commit

Permalink
Changed to android-22
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurivn committed May 3, 2020
1 parent 76e7e44 commit 89df837
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ android:
- build-tools-28.0.3
- android-28
- android-27
- sys-img-armeabi-v7a-android-27
- android-22
- sys-img-armeabi-v7a-android-22
before_install:
- yes | ${ANDROID_HOME}/tools/bin/sdkmanager "platforms;android-27"
before_script:
- echo no | android create avd --force -n test -t android-27 --abi armeabi-v7a
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- chmod +x gradlew
Expand Down

0 comments on commit 89df837

Please sign in to comment.