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