From 264bcea42b2fd4acbedf725bd3496806efd5dfd0 Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Tue, 25 Jun 2019 11:01:58 +0200 Subject: [PATCH] [HOTBUGFIXING] Version 0.16.4 --- 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 43f72d265e..d220081618 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -36,8 +36,8 @@ ext { buildToolsVersion: "28.0.3", minSdkVersion : 19, targetSdkVersion : 28, - versionCode : 134, - versionName : "0.16.3-SNAPSHOT" + versionCode : 135, + versionName : "0.16.4-SNAPSHOT" ] libraries = [ diff --git a/core/gradle.properties b/core/gradle.properties index 73d7c5f9c2..71425303c0 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.16.3-SNAPSHOT -VERSION_CODE=134 +VERSION_NAME=0.16.4-SNAPSHOT +VERSION_CODE=135 GROUP=org.hisp.dhis