From f96d8e812db7bf6124d4b4fcb0f467d0ea0e17d9 Mon Sep 17 00:00:00 2001 From: bitbucket <62241922+zzainulabidin@users.noreply.github.com> Date: Tue, 12 Oct 2021 12:53:42 +0500 Subject: [PATCH] Update Location Hierachy to Sub-Community level --- opensrp-chw/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/opensrp-chw/build.gradle b/opensrp-chw/build.gradle index 5ef196c0d4..89f6112e10 100644 --- a/opensrp-chw/build.gradle +++ b/opensrp-chw/build.gradle @@ -280,11 +280,11 @@ android { 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/"' - buildConfigField "String[]", "LOCATION_HIERACHY", '{"State" , "Lga" , "Ward","Community"}' - buildConfigField "String[]", "ALLOWED_LOCATION_LEVELS", '{"State" , "Lga" , "Ward","Community"}' - buildConfigField "String[]", "ALLOWED_LOCATION_LEVELS_DEBUG", '{"State" , "Lga" , "Ward","Community"}' - buildConfigField "String", 'DEFAULT_LOCATION', '"Community"' - buildConfigField "String", 'DEFAULT_LOCATION_DEBUG', '"Community"' + buildConfigField "String[]", "LOCATION_HIERACHY", '{"State" , "Lga" , "Ward","Community","Sub-Community"}' + buildConfigField "String[]", "ALLOWED_LOCATION_LEVELS", '{"State" , "Lga" , "Ward","Community","Sub-Community"}' + 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' } guinea {