Skip to content

Commit

Permalink
Release 0.5.6
Browse files Browse the repository at this point in the history
Merge branch 'develop'
  • Loading branch information
ifoche committed May 4, 2018
2 parents fe164e9 + 6276e59 commit a66a982
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ ext {
minSdkVersion = 15
compileSdkVersion = 23
targetSdkVersion = 23
versionCode = 63
versionName = "0.5.5"
versionCode = 64
versionName = "0.5.6"

configuration = [
package : "org.hisp.dhis.android.trackercapture",
Expand All @@ -43,8 +43,8 @@ ext {
minSdkVersion : 15,
compileSdkVersion: 23,
targetSdkVersion : 23,
versionCode : 63,
versionName : "0.5.5"
versionCode : 64,
versionName : "0.5.6"
]

libraries = [
Expand Down

0 comments on commit a66a982

Please sign in to comment.