From 840749474a1bfefe7b0db53efd065ef407576fea Mon Sep 17 00:00:00 2001 From: Doug Keen Date: Mon, 17 Oct 2016 09:17:05 -0700 Subject: [PATCH] Upgrade build tools and compile targets --- .travis.yml | 5 +++-- app/build.gradle | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index a74e2e2..60741b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,15 @@ language: android +jdk: oraclejdk8 android: components: - platform-tools - tools # The BuildTools version used by your project - - build-tools-23.0.1 + - build-tools-24.0.3 # The SDK version used to compile your project - - android-23 + - android-24 - extra-google-m2repository - extra-android-m2repository \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 22c55eb..413c60a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,15 +9,15 @@ dependencies { compile 'org.springframework.android:spring-android-rest-template:1.0.1.RELEASE' compile 'com.squareup.okhttp:okhttp:2.5.0' - compile 'com.android.support:appcompat-v7:23.1.0' + compile 'com.android.support:appcompat-v7:24.2.1' apt 'com.googlecode.androidannotations:androidannotations:2.7' compile "com.googlecode.androidannotations:androidannotations-api:2.7" } android { - compileSdkVersion 23 - buildToolsVersion "23.0.1" + compileSdkVersion 24 + buildToolsVersion "24.0.3" compileOptions { sourceCompatibility JavaVersion.VERSION_1_7 @@ -29,7 +29,7 @@ android { versionCode 34 minSdkVersion 14 - targetSdkVersion 23 + targetSdkVersion 24 } buildTypes {