Skip to content

Commit 0703525

Browse files
committed
Update to android 24
1 parent a9fb83c commit 0703525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ matrix:
4545
sudo: required
4646
jdk: oraclejdk8
4747
before_script:
48-
- echo no | android create avd --force -n test -t android-21 -b armeabi-v7a
48+
- echo no | android create avd --force -n test -t android-24 -b armeabi-v7a
4949
- emulator -avd test -no-audio -no-window &
5050
- android-wait-for-emulator
5151
before_install:
@@ -65,7 +65,7 @@ android:
6565
- build-tools-28.0.3
6666
- android-28
6767
- extra-android-m2repository
68-
- sys-img-armeabi-v7a-android-21
68+
- sys-img-armeabi-v7a-android-24
6969

7070
before_install:
7171
- sudo pip install --upgrade pip

0 commit comments

Comments
 (0)