diff --git a/gradle.properties b/gradle.properties index 1aeded8..c61129f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,10 +1,10 @@ -ANDROID_BUILD_TARGET_SDK_VERSION=20 -ANDROID_BUILD_TOOLS_VERSION=20 -ANDROID_BUILD_SDK_VERSION=20 +ANDROID_BUILD_TARGET_SDK_VERSION=21 +ANDROID_BUILD_TOOLS_VERSION=21 +ANDROID_BUILD_SDK_VERSION=21 ANDROID_BUILD_MIN_SDK_VERSION=8 -VERSION_CODE=1 -VERSION_NAME=1.0.0 +VERSION_CODE=2 +VERSION_NAME=1.1.0 GROUP=se.simbio.encryption POM_DESCRIPTION=Encryption is a simple way to create encrypted strings to Android project.