From f008d5a9a5dc8325df352c115b048b18d0a53f27 Mon Sep 17 00:00:00 2001 From: Iiro Krankka Date: Mon, 9 Jan 2017 13:17:03 +0200 Subject: [PATCH] Changed the Travis CI build tools version to be the same the project has. --- .travis.yml | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 82c2985..b771d6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ jdk: oraclejdk8 before_script: - - echo no | android create avd --force -n test -t android-18 --abi armeabi-v7a + - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a - emulator -avd test -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & diff --git a/app/build.gradle b/app/build.gradle index 937bdb3..beb8a61 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { defaultConfig { applicationId "com.codemate.booklibrary" - minSdkVersion 19 + minSdkVersion 16 targetSdkVersion 25 versionCode 1 versionName "1.0"