Skip to content

Commit

Permalink
Merge pull request #1921 from opensrp/update-wcaro-liberia
Browse files Browse the repository at this point in the history
Update wcaro Liberia configs
  • Loading branch information
allan-on authored Sep 30, 2021
2 parents c56a4df + d678ced commit 95afa36
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions opensrp-chw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -309,16 +309,18 @@ android {
}
liberia {
dimension = 'baseDimension'
versionCode 6
versionName "0.1.12"
buildConfigField "String", 'opensrp_url', '"https://wcaro-liberia.smartregister.org/opensrp/"'
versionCode 7
versionName "0.2.0"
buildConfigField "String", 'opensrp_url', '"https://wcaro-lr.smartregister.org/opensrp/"'
buildConfigField "String", 'guidebooks_url', '"https://opensrp.s3.amazonaws.com/media/liberia/"'
buildConfigField "String", 'opensrp_url_debug', '"https://wcaro-stage.smartregister.org/opensrp/"'
buildConfigField "String[]", "LOCATION_HIERACHY", '{"Clinic" , "CHSS" , "CHA"}'
buildConfigField "String[]", "ALLOWED_LOCATION_LEVELS", '{"Country" , "County" , "District", "Clinics", "CHSS", "Village"}'
buildConfigField "String[]", "ALLOWED_LOCATION_LEVELS_DEBUG", '{"Clinic" , "CHSS" , "CHA"}'
buildConfigField "String", 'DEFAULT_LOCATION', '"Village"'
buildConfigField "String", 'DEFAULT_LOCATION_DEBUG', '"CHA"'
buildConfigField "int", "MAX_CONNECTION_TIMEOUT", '5'
buildConfigField "int", "MAX_READ_TIMEOUT", '5'
buildConfigField "int", "DATABASE_VERSION", '7'
}
lmh {
Expand Down

0 comments on commit 95afa36

Please sign in to comment.