Skip to content

Commit

Permalink
add support for deprecated api
Browse files Browse the repository at this point in the history
  • Loading branch information
kiratheone committed Jan 25, 2021
1 parent cf3616a commit 592776c
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 592776c

Please sign in to comment.