From bbafdabb8b5d747d56f2e50728a8724c386e9579 Mon Sep 17 00:00:00 2001 From: Allan Date: Tue, 24 May 2022 13:20:27 +0300 Subject: [PATCH] :arrow_up: Update DCIS app version --- opensrp-chw/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opensrp-chw/build.gradle b/opensrp-chw/build.gradle index 7c9cd43c9c..c2e1119ad6 100644 --- a/opensrp-chw/build.gradle +++ b/opensrp-chw/build.gradle @@ -275,8 +275,8 @@ android { nigeria { dimension = 'baseDimension' applicationIdSuffix ".nigeria" - versionCode 4 - versionName "1.0.4" + versionCode 5 + versionName "1.0.5" buildConfigField "String", 'opensrp_url', '"https://dcis-ng.smartregister.org/opensrp/"' buildConfigField "String", 'guidebooks_url', '"https://opensrp.s3.amazonaws.com/media/chad/"' buildConfigField "String", 'opensrp_url_debug', '"https://dcis-ng.labs.smartregister.org/opensrp/"' @@ -285,7 +285,7 @@ android { buildConfigField "String[]", "ALLOWED_LOCATION_LEVELS_DEBUG", '{"State" , "Lga" , "Ward","Community","Sub-Community"}' buildConfigField "String", 'DEFAULT_LOCATION', '"Sub-Community"' buildConfigField "String", 'DEFAULT_LOCATION_DEBUG', '"Sub-Community"' - buildConfigField "int", "DATABASE_VERSION", '15' + buildConfigField "int", "DATABASE_VERSION", '16' } guinea { dimension = 'baseDimension'