From dc0d7affaaad9907fe94b840accc6dcb4be018d4 Mon Sep 17 00:00:00 2001 From: Josh Steiner Date: Fri, 10 Jun 2016 13:02:31 -0700 Subject: [PATCH] bump to build 1101 2.1.6 --- app/AndroidManifest.xml | 4 ++-- app/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index e6a15f67..6718a409 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="org.storymaker.app" android:installLocation="auto" - android:versionCode="1100" - android:versionName="2.1.5"> + android:versionCode="1101" + android:versionName="2.1.6"> diff --git a/app/build.gradle b/app/build.gradle index 20329c64..8ee438fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,7 +28,7 @@ apply plugin: 'com.neenbedankt.android-apt' apply plugin: 'com.jakewharton.hugo' android { - compileSdkVersion 22 + compileSdkVersion 23 buildToolsVersion "23.0.3" sourceSets {