mirror of
https://github.com/balzack/databag.git
synced 2025-03-13 09:00:06 +00:00
allow http for android
This commit is contained in:
parent
bbcb973d04
commit
20d05ca258
@ -19,6 +19,7 @@
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||
|
||||
<application
|
||||
android:usesCleartextTraffic="true"
|
||||
android:name=".MainApplication"
|
||||
android:label="@string/app_name"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
|
Loading…
Reference in New Issue
Block a user