Skip to content

Commit a66a982

Browse files
committed
Release 0.5.6
Merge branch 'develop'
2 parents fe164e9 + 6276e59 commit a66a982

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ ext {
3333
minSdkVersion = 15
3434
compileSdkVersion = 23
3535
targetSdkVersion = 23
36-
versionCode = 63
37-
versionName = "0.5.5"
36+
versionCode = 64
37+
versionName = "0.5.6"
3838

3939
configuration = [
4040
package : "org.hisp.dhis.android.trackercapture",
@@ -43,8 +43,8 @@ ext {
4343
minSdkVersion : 15,
4444
compileSdkVersion: 23,
4545
targetSdkVersion : 23,
46-
versionCode : 63,
47-
versionName : "0.5.5"
46+
versionCode : 64,
47+
versionName : "0.5.6"
4848
]
4949

5050
libraries = [

0 commit comments

Comments
 (0)