From da7110344c13f4b13842551be58501b6ce0c7e6a Mon Sep 17 00:00:00 2001 From: Luke Klinker Date: Wed, 10 May 2017 07:21:50 -0500 Subject: [PATCH] v1.1.2 --- gradle.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 20ce123..486f023 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,17 +14,17 @@ # limitations under the License. # -VERSION_NAME=1.1.1 -VERSION_CODE=5 +VERSION_NAME=1.1.2 +VERSION_CODE=6 MIN_SDK=14 TARGET_SDK=25 COMPILE_SDK=25 -ANDROID_SUPPORT_VERSION=25.0.0 +ANDROID_SUPPORT_VERSION=25.0.1 -ANDROID_GRADLE_VERSION=2.2.2 -BUILD_TOOLS_VERSION=25.0.0 +ANDROID_GRADLE_VERSION=2.3.0 +BUILD_TOOLS_VERSION=25.0.2 GROUP=com.klinkerapps