From 4f47ae7529361b67c59bd182678b99991ffbc2f4 Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Wed, 22 May 2019 08:50:28 +0200 Subject: [PATCH] [DEVELOP] Version 0.16.0 --- core/build.gradle | 4 ++-- core/gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/build.gradle b/core/build.gradle index 17a2488113..ee3a7b1927 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -36,8 +36,8 @@ ext { buildToolsVersion: "28.0.3", minSdkVersion : 19, targetSdkVersion : 28, - versionCode : 130, - versionName : "0.15.5-SNAPSHOT" + versionCode : 131, + versionName : "0.16.0-SNAPSHOT" ] libraries = [ diff --git a/core/gradle.properties b/core/gradle.properties index c50a07fa94..a290f336af 100644 --- a/core/gradle.properties +++ b/core/gradle.properties @@ -29,8 +29,8 @@ # Properties which are consumed by plugins/gradle-mvn-push.gradle plugin. # They are used for publishing artifact to snapshot repository. -VERSION_NAME=0.15.5-SNAPSHOT -VERSION_CODE=130 +VERSION_NAME=0.16.0-SNAPSHOT +VERSION_CODE=131 GROUP=org.hisp.dhis