We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f33eb commit 9d69f56Copy full SHA for 9d69f56
opensrp-eusm/build.gradle
@@ -50,8 +50,8 @@ android {
50
applicationId "org.smartregister.eusm"
51
minSdkVersion androidMinSdkVersion
52
targetSdkVersion androidTargetSdkVersion
53
- versionCode 2
54
- versionName "0.1.4"
+ versionCode 3
+ versionName "0.1.5"
55
multiDexEnabled true
56
buildConfigField "long", "MAX_SERVER_TIME_DIFFERENCE", "1800000l"
57
buildConfigField "boolean", "TIME_CHECK", "false"
0 commit comments