Skip to content

Commit

Permalink
Merge pull request #399 from OpenSRP/fix_wcaro_icon
Browse files Browse the repository at this point in the history
Fixed wcaro icon
  • Loading branch information
rkodev authored Jun 11, 2019
2 parents 26968c9 + 018fcc3 commit c1889a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions opensrp-chw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"}'
Expand All @@ -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"}'
Expand Down
4 changes: 2 additions & 2 deletions opensrp-chw/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
android:theme="@style/ChwTheme.NoActionBar" />
<activity
android:name=".activity.LoginActivity"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:launchMode="singleTask"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@drawable/ic_launcher_round"
android:screenOrientation="portrait"
android:theme="@style/ChwTheme.Login"
android:windowSoftInputMode="stateAlwaysHidden|adjustResize">
Expand Down

0 comments on commit c1889a5

Please sign in to comment.