Skip to content

Commit

Permalink
Explicitly use google-apis for android-25
Browse files Browse the repository at this point in the history
Signed-off-by: Florian <[email protected]>
  • Loading branch information
FlorianSW committed Jan 9, 2018
1 parent 7064b66 commit bfc06bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ env:
- secure: fMBUkSsCBTw/U907w7Xm/yNzw4lq9yt7zFy0JyEZrA543LI7zQRIclIOtsDTUs0bwY+4KI08MNoYPLJ4TQhSJaH4wQ8b9C5TRsqXNfc0V718TcuYqSXqU6VPRVtX46/fCEWv/HAs0ksUKrHIlpWOwLPQpYDcKxwwlUndaakYKJ8=
- ADB_INSTALL_TIMEOUT=8
matrix:
- ANDROID_TARGET=android-22 ANDROID_ABI=armeabi-v7a
- ANDROID_TARGET=android-25 ANDROID_ABI=armeabi-v7a
- ANDROID_TARGET=android-22 ANDROID_ABI=armeabi-v7a SYS_IMG=sys-img-$ANDROID_ABI-$ANDROID_TARGET
- ANDROID_TARGET=android-25 ANDROID_ABI=google_apis/armeabi-v7a SYS_IMG=sys-img-armeabi-v7a-google_apis-25

before_cache:
- cd ${TRAVIS_BUILD_DIR}/gradle/caches/
Expand All @@ -31,7 +31,7 @@ android:
- extra-google-m2repository
- extra-android-m2repository
- $ANDROID_TARGET
- sys-img-$ANDROID_ABI-$ANDROID_TARGET
- $SYS_IMG

install:
- echo yes | sdkmanager "extras;m2repository;com;android;support;constraint;constraint-layout;1.0.2"
Expand Down

0 comments on commit bfc06bb

Please sign in to comment.