From 8d268fcda644f271f7a9fba3a3783ce4c143770f Mon Sep 17 00:00:00 2001 From: k3b Date: Sat, 13 Aug 2016 13:03:26 +0200 Subject: [PATCH] fixed travis --- .travis.yml | 6 +++++- LocationMapViewer/build.gradle | 4 ++-- geoIntentDemo/build.gradle | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8c45448..d69d755 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,12 @@ language: android android: components: + # https://github.com/travis-ci/travis-ci/issues/5036 + - tools + - build-tools-23.0.2 - - android-19 + - android-23 + - add-on - extra diff --git a/LocationMapViewer/build.gradle b/LocationMapViewer/build.gradle index 436a38d..9ec65fd 100644 --- a/LocationMapViewer/build.gradle +++ b/LocationMapViewer/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' apply plugin: 'maven' android { - compileSdkVersion 19 + compileSdkVersion 23 buildToolsVersion '23.0.2' defaultConfig { applicationId 'de.k3b.android.locationMapViewer' minSdkVersion 10 - targetSdkVersion 19 + targetSdkVersion 21 // 0.2.2.150321 (2) // fdroid 06.5.2015 (3) versionName "0.3.3.150506" // fdroid 30.3.2016 (4) versionName "0.3.4.160330" diff --git a/geoIntentDemo/build.gradle b/geoIntentDemo/build.gradle index 79044b1..650428c 100644 --- a/geoIntentDemo/build.gradle +++ b/geoIntentDemo/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 21 + compileSdkVersion 23 buildToolsVersion '23.0.2' defaultConfig { applicationId "de.k3b.android.locationMapViewer.demo" minSdkVersion 7 - targetSdkVersion 19 + targetSdkVersion 21 versionCode 1 versionName "1.0" }