From 8320c564bed145a790e29d60c7f2b90e732655e4 Mon Sep 17 00:00:00 2001 From: Ademar Alves de Oliveira Date: Sat, 7 Feb 2015 19:48:54 -0200 Subject: [PATCH] Prepare gradle to the new version --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9d91587..c28f65a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ ANDROID_BUILD_TOOLS_VERSION=21 ANDROID_BUILD_SDK_VERSION=21 ANDROID_BUILD_MIN_SDK_VERSION=9 -VERSION_CODE=2 -VERSION_NAME=1.1.0 +VERSION_CODE=3 +VERSION_NAME=1.2.0 GROUP=se.simbio.encryption POM_DESCRIPTION=Encryption is a simple way to create encrypted strings to Android project.