Skip to content

Commit

Permalink
Merge branch 'master' into update-wcaro-togo
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-on authored Oct 1, 2021
2 parents 2c34e69 + 204a372 commit a8b1ca5
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -311,16 +311,18 @@ android {
}
liberia {
dimension = 'baseDimension'
versionCode 6
versionName "0.1.12"
buildConfigField "String", 'opensrp_url', '"https://wcaro-liberia.smartregister.org/opensrp/"'
versionCode 7
versionName "1.0.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
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
package org.smartregister.chw.application;

public class ChwApplicationFlv extends DefaultChwApplicationFlv {
@Override
public boolean showChildrenUnderFiveAndGirlsAgeNineToEleven() {
return true;
}
}

0 comments on commit a8b1ca5

Please sign in to comment.