diff --git a/opensrp-chw/build.gradle b/opensrp-chw/build.gradle index f6e95d1cf1..5e34b11325 100644 --- a/opensrp-chw/build.gradle +++ b/opensrp-chw/build.gradle @@ -109,7 +109,7 @@ android { dimension = 'baseDimension' applicationIdSuffix ".ba" versionCode 1 - versionName "0.0.1" + versionName "0.0.2" buildConfigField "String", 'opensrp_url', '"https://boresha-afya.smartregister.org/opensrp/"' buildConfigField "String", 'opensrp_url_debug', '"https://boresha-afya-stage.smartregister.org/opensrp/"' buildConfigField "String[]", "ALLOWED_LOCATION_LEVELS", '{"MOH Jhpiego Facility Name" , "Village"}' @@ -121,7 +121,7 @@ android { wcaro { dimension = 'baseDimension' versionCode 1 - versionName "0.1.4" + versionName "0.1.5" buildConfigField "String", 'opensrp_url', '"https://unicefwcaro.smartregister.org/opensrp/"' buildConfigField "String", 'opensrp_url_debug', '"https://unicefwcaro-stage.smartregister.org/opensrp/"' buildConfigField "String[]", "ALLOWED_LOCATION_LEVELS", '{"Clinic" , "CHSS" , "CHA"}' diff --git a/opensrp-chw/src/main/AndroidManifest.xml b/opensrp-chw/src/main/AndroidManifest.xml index 813d94d94f..8b6b02b956 100644 --- a/opensrp-chw/src/main/AndroidManifest.xml +++ b/opensrp-chw/src/main/AndroidManifest.xml @@ -94,10 +94,10 @@ android:theme="@style/ChwTheme.NoActionBar" />