Skip to content

Commit 7b50dfb

Browse files
committed
Fix apache legacy support on android +28.
1 parent db16637 commit 7b50dfb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
android:theme="@style/AppTheme"
2020
android:name=".PivxApplication"
2121
tools:replace="android:allowBackup">
22+
23+
<uses-library
24+
android:name="org.apache.http.legacy"
25+
android:required="false" />
26+
2227
<activity android:name=".ui.splash_activity.SplashActivity" android:screenOrientation="portrait">
2328

2429
</activity>

0 commit comments

Comments
 (0)