Skip to content

Commit

Permalink
Version 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Jul 11, 2019
1 parent 26b43a3 commit bbb2882
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 : 170,
versionName : "0.17.0-SNAPSHOT"
versionCode : 171,
versionName : "0.17.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.17.0-SNAPSHOT
VERSION_CODE=170
VERSION_NAME=0.17.1-SNAPSHOT
VERSION_CODE=171

GROUP=org.hisp.dhis

Expand Down

0 comments on commit bbb2882

Please sign in to comment.