Skip to content

Commit

Permalink
Merge pull request opensrp#13 from radyalabs/bugfix/add-support-for-d…
Browse files Browse the repository at this point in the history
…eprecated-api

add support for deprecated api
  • Loading branch information
kiratheone authored Jan 25, 2021
2 parents cf3616a + 592776c commit 8beb9df
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions opensrp-bidan/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@
tools:replace="android:icon"
android:name=".application.BidanApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_opensrp_logo"
>
android:usesCleartextTraffic="true"
android:icon="@mipmap/ic_opensrp_logo">

<uses-library
android:name="org.apache.http.legacy"
android:required="false" />

<activity
android:name=".activity.LoginActivity"
android:label="@string/app_name"
Expand Down

0 comments on commit 8beb9df

Please sign in to comment.