commit 59e0409f4f0b713f66fcb9034230a1c40e1d3b76
parent a69dae96765caf05e69dc6d38c55d2aecdc743ae
Author: gstraube <gstraube@mailbox.org>
Date: Sun, 30 Jul 2017 15:15:39 +0200
Set API level to 25 for tests and Travis build
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -8,7 +8,7 @@ android:
- build-tools-25.0.3
- android-25
- extra-android-support
- - sys-img-armeabi-v7a-android-26
+ - sys-img-armeabi-v7a-android-25
before_install:
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
@@ -17,7 +17,7 @@ licenses:
- android-sdk-license-.+
- '.+'
before_script:
- - echo no | android create avd --force -n test -t android-26 --abi armeabi-v7a
+ - echo no | android create avd --force -n test -t android-25 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
\ No newline at end of file
diff --git a/app/src/main/res/drawable/exact.png b/app/src/main/res/drawable/exact.png
Binary files differ.