Skip to content

Commit 0adb20b

Browse files
authored
add legacy library usage indicator (#237)
* add legacy library usage indicator * remove android:required * copy line from documentation
1 parent ec1ef0f commit 0adb20b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AndroidSDKCore/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
<!-- Minimum permissions needed for SDK to work. -->
66
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
77
<uses-permission android:name="android.permission.INTERNET"/>
8+
<application>
9+
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
10+
</application>
811
</manifest>

0 commit comments

Comments
 (0)