allow http
This commit is contained in:
parent
325bff305c
commit
cfc145c6c4
@ -75,6 +75,7 @@
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:usesClearTextTraffic="true"
|
||||
android:allowClearUserData="true"
|
||||
android:icon="@drawable/gears"
|
||||
android:label="@string/app_name"
|
||||
|
@ -72,6 +72,7 @@
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:usesClearTextTraffic="true"
|
||||
android:allowClearUserData="true"
|
||||
android:icon="@drawable/gears"
|
||||
android:label="@string/app_name"
|
||||
|
@ -66,6 +66,7 @@
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:usesClearTextTraffic="true"
|
||||
android:allowClearUserData="true"
|
||||
android:icon="@drawable/gears"
|
||||
android:label="@string/app_name"
|
||||
|
Loading…
Reference in New Issue
Block a user