Skip to content

Commit

Permalink
[HOTBUGFIXING] Version 0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed May 3, 2019
1 parent 2f51430 commit 5e92423
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 : 129,
versionName : "0.15.4-SNAPSHOT"
versionCode : 130,
versionName : "0.15.5-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.15.4-SNAPSHOT
VERSION_CODE=129
VERSION_NAME=0.15.5-SNAPSHOT
VERSION_CODE=130

GROUP=org.hisp.dhis

Expand Down

0 comments on commit 5e92423

Please sign in to comment.