Upgrade build tools and compile targets

This commit is contained in:
Doug Keen 2016-10-17 09:17:05 -07:00
parent d96c7d4021
commit 840749474a
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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 {