Skip to content

Commit

Permalink
Update Location Hierachy to Sub-Community level
Browse files Browse the repository at this point in the history
  • Loading branch information
zzainulabidin committed Oct 12, 2021
1 parent 1c84228 commit f96d8e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions opensrp-chw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f96d8e8

Please sign in to comment.