From 5e92423f7984e261bb250613ec82b5a49b84bede Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Fri, 3 May 2019 14:00:40 +0200 Subject: [PATCH] [HOTBUGFIXING] Version 0.15.5 --- 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 38baea1874..c681da0c3d 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -36,8 +36,8 @@ ext { buildToolsVersion: "28.0.3", minSdkVersion : 19, targetSdkVersion : 28, - versionCode : 129, - versionName : "0.15.4-SNAPSHOT" + versionCode : 130, + versionName : "0.15.5-SNAPSHOT" ] libraries = [ diff --git a/core/gradle.properties b/core/gradle.properties index f376f574d8..c50a07fa94 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.4-SNAPSHOT -VERSION_CODE=129 +VERSION_NAME=0.15.5-SNAPSHOT +VERSION_CODE=130 GROUP=org.hisp.dhis