Update travis to android 28

This bumps build-tools from 27.0.3 to 28.0.2.
This commit is contained in:
Matthew Klein
2018-08-28 20:25:44 -05:00
committed by Fredrik Fornwall
parent 07d6c9bd5e
commit 221046732b

View File

@@ -12,14 +12,14 @@ android:
components:
- platform-tools
- tools
- build-tools-27.0.3
- android-27
- build-tools-28.0.2
- android-28
- extra-android-m2repository
before_install:
- git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk
- export ANDROID_NDK_HOME=$HOME/android-ndk
- yes | sdkmanager "platforms;android-27"
- yes | sdkmanager "platforms;android-28"
script:
- ./gradlew testDebugUnitTest