Fix travis build

This commit is contained in:
Synced Synapse 2017-07-27 22:43:13 +01:00
parent 0d73e278ba
commit 6d779af3b1
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ sudo: false
env: env:
matrix: matrix:
- ANDROID_TARGET=android-22 - ANDROID_TARGET=android-25
android: android:
components: components:
@ -14,7 +14,7 @@ android:
# See https://github.com/travis-ci/travis-ci/issues/5036 # See https://github.com/travis-ci/travis-ci/issues/5036
- tools - tools
# needed build tools # needed build tools
- build-tools-25.0.2 - build-tools-26.0.1
# The SDK version used to compile your project # The SDK version used to compile your project
- android-25 - android-25