From d051ce75f5c9bd5206481808f6133b51f581c8f1 Mon Sep 17 00:00:00 2001 From: Bogdan Melnychuk Date: Tue, 3 May 2016 09:31:03 +0200 Subject: [PATCH] Update gradle.properties --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3cff844..ddb8205 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=1.2.8 -VERSION_CODE=10 +VERSION_NAME=1.2.9 +VERSION_CODE=11 ANDROID_BUILD_MIN_SDK_VERSION=11 @@ -36,4 +36,4 @@ POM_LICENCE_NAME=The Apache Software License, Version 2.0 POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt POM_LICENCE_DIST=repo POM_DEVELOPER_ID=unnamed_b -POM_DEVELOPER_NAME=Bogdan Melnychuk \ No newline at end of file +POM_DEVELOPER_NAME=Bogdan Melnychuk