We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe164e9 + 6276e59 commit a66a982Copy full SHA for a66a982
1 file changed
build.gradle
@@ -33,8 +33,8 @@ ext {
33
minSdkVersion = 15
34
compileSdkVersion = 23
35
targetSdkVersion = 23
36
- versionCode = 63
37
- versionName = "0.5.5"
+ versionCode = 64
+ versionName = "0.5.6"
38
39
configuration = [
40
package : "org.hisp.dhis.android.trackercapture",
@@ -43,8 +43,8 @@ ext {
43
minSdkVersion : 15,
44
compileSdkVersion: 23,
45
targetSdkVersion : 23,
46
- versionCode : 63,
47
- versionName : "0.5.5"
+ versionCode : 64,
+ versionName : "0.5.6"
48
]
49
50
libraries = [
0 commit comments