Skip to content

Commit

Permalink
Develop 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed May 23, 2018
1 parent 4fed712 commit 4a6280d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ ext {
buildToolsVersion: "25.0.2",
minSdkVersion : 15,
targetSdkVersion : 25,
versionCode : 751,
versionName : "0.7.5.1-SNAPSHOT"
versionCode : 90,
versionName : "0.9-SNAPSHOT"
]

libraries = [
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ org.gradle.jvmargs=-Xmx1536m
# Properties which are consumed by plugins/gradle-mvn-push.gradle plugin.
# They are used for publishing artifact to snapshot repository.

VERSION_NAME=0.7.5.1-SNAPSHOT
VERSION_CODE=751
VERSION_NAME=0.9-SNAPSHOT
VERSION_CODE=90

GROUP=org.hisp.dhis

Expand Down

0 comments on commit 4a6280d

Please sign in to comment.