diff --git a/core/build.gradle b/core/build.gradle index 1702535ab7..8c64938c91 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -36,8 +36,8 @@ ext { buildToolsVersion: "28.0.3", minSdkVersion : 19, targetSdkVersion : 28, - versionCode : 173, - versionName : "0.17.3-SNAPSHOT" + versionCode : 174, + versionName : "0.17.4-SNAPSHOT" ] libraries = [ diff --git a/core/gradle.properties b/core/gradle.properties index d60a03a89a..4ccc73b141 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.17.3-SNAPSHOT -VERSION_CODE=173 +VERSION_NAME=0.17.4-SNAPSHOT +VERSION_CODE=174 GROUP=org.hisp.dhis