Android test was failing because some licenses weren't accepted

0.8
Bruno Van de Velde 2018-10-13 22:47:03 +02:00
parent 77ce980e53
commit 8231b40dd7
2 changed files with 6 additions and 3 deletions

View File

@ -51,7 +51,7 @@ jobs:
- NDK_DIR=$HOME/android-ndk - NDK_DIR=$HOME/android-ndk
android: android:
components: components:
- android-23 - android-27
addons: addons:
apt: apt:
packages: packages:
@ -59,6 +59,9 @@ jobs:
cache: cache:
directories: directories:
- $HOME/sfml-cache - $HOME/sfml-cache
before_script:
- yes | sdkmanager --update
- yes | sdkmanager --licenses
script: script:
- chmod +x tests/travis_android.sh - chmod +x tests/travis_android.sh
- tests/travis_android.sh - tests/travis_android.sh

View File

@ -3,8 +3,8 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 27 compileSdkVersion 27
defaultConfig { defaultConfig {
applicationId "org.sfmldev.android" applicationId "com.example.tgui"
minSdkVersion 14 minSdkVersion 19
targetSdkVersion 19 targetSdkVersion 19
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"