Upgrade build tools and compile targets
This commit is contained in:
parent
d96c7d4021
commit
840749474a
@ -1,14 +1,15 @@
|
|||||||
language: android
|
language: android
|
||||||
|
jdk: oraclejdk8
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- platform-tools
|
- platform-tools
|
||||||
- tools
|
- tools
|
||||||
|
|
||||||
# The BuildTools version used by your project
|
# 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
|
# The SDK version used to compile your project
|
||||||
- android-23
|
- android-24
|
||||||
|
|
||||||
- extra-google-m2repository
|
- extra-google-m2repository
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
@ -9,15 +9,15 @@ dependencies {
|
|||||||
compile 'org.springframework.android:spring-android-rest-template:1.0.1.RELEASE'
|
compile 'org.springframework.android:spring-android-rest-template:1.0.1.RELEASE'
|
||||||
compile 'com.squareup.okhttp:okhttp:2.5.0'
|
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'
|
apt 'com.googlecode.androidannotations:androidannotations:2.7'
|
||||||
compile "com.googlecode.androidannotations:androidannotations-api:2.7"
|
compile "com.googlecode.androidannotations:androidannotations-api:2.7"
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 23
|
compileSdkVersion 24
|
||||||
buildToolsVersion "23.0.1"
|
buildToolsVersion "24.0.3"
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_7
|
sourceCompatibility JavaVersion.VERSION_1_7
|
||||||
@ -29,7 +29,7 @@ android {
|
|||||||
versionCode 34
|
versionCode 34
|
||||||
|
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 24
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user