From f5cc04e3cc629efcdd3f39da4964fece235b8c2a Mon Sep 17 00:00:00 2001 From: Doug Keen Date: Sun, 18 Oct 2015 18:26:54 -0700 Subject: [PATCH] Bump app version and build tools. --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a3d1ad9..4d4aec3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ 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:22.2.1' + compile 'com.android.support:appcompat-v7:23.1.0' apt 'com.googlecode.androidannotations:androidannotations:2.7' compile "com.googlecode.androidannotations:androidannotations-api:2.7" @@ -17,7 +17,7 @@ dependencies { android { compileSdkVersion 23 - buildToolsVersion "22.0.1" + buildToolsVersion "23.0.1" compileOptions { sourceCompatibility JavaVersion.VERSION_1_7 @@ -25,8 +25,8 @@ android { } defaultConfig { - versionName "2.2.5" - versionCode 32 + versionName "2.2.6" + versionCode 33 minSdkVersion 14 targetSdkVersion 23