Upgrade target SDKs and build tools. Increment version number.

This commit is contained in:
Doug Keen 2016-10-30 21:20:08 -07:00
parent 6dc026fa67
commit 7393663fef
1 changed files with 6 additions and 6 deletions

View File

@ -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:24.2.1' compile 'com.android.support:appcompat-v7:25.0.0'
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 24 compileSdkVersion 25
buildToolsVersion "24.0.3" buildToolsVersion "25.0.0"
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7 sourceCompatibility JavaVersion.VERSION_1_7
@ -25,11 +25,11 @@ android {
} }
defaultConfig { defaultConfig {
versionName "2.2.7" versionName "2.2.8"
versionCode 34 versionCode 35
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 24 targetSdkVersion 25
} }
buildTypes { buildTypes {