We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db16637 commit 7b50dfbCopy full SHA for 7b50dfb
app/src/main/AndroidManifest.xml
@@ -19,6 +19,11 @@
19
android:theme="@style/AppTheme"
20
android:name=".PivxApplication"
21
tools:replace="android:allowBackup">
22
+
23
+ <uses-library
24
+ android:name="org.apache.http.legacy"
25
+ android:required="false" />
26
27
<activity android:name=".ui.splash_activity.SplashActivity" android:screenOrientation="portrait">
28
29
</activity>
0 commit comments