Skip to content

Commit

Permalink
[DEVELOP] Version 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed May 22, 2019
1 parent fb486d3 commit 7d33e88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 19,
targetSdkVersion : 28,
versionCode : 131,
versionName : "0.16.0-SNAPSHOT"
versionCode : 132,
versionName : "0.16.1-SNAPSHOT"
]

libraries = [
Expand Down
4 changes: 2 additions & 2 deletions core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-SNAPSHOT
VERSION_CODE=131
VERSION_NAME=0.16.1-SNAPSHOT
VERSION_CODE=132

GROUP=org.hisp.dhis

Expand Down

0 comments on commit 7d33e88

Please sign in to comment.