allow http

This commit is contained in:
jens 2021-08-18 10:00:41 +02:00
parent 325bff305c
commit cfc145c6c4
3 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,7 @@
<application
android:allowBackup="true"
android:usesClearTextTraffic="true"
android:allowClearUserData="true"
android:icon="@drawable/gears"
android:label="@string/app_name"

View File

@ -72,6 +72,7 @@
<application
android:allowBackup="true"
android:usesClearTextTraffic="true"
android:allowClearUserData="true"
android:icon="@drawable/gears"
android:label="@string/app_name"

View File

@ -66,6 +66,7 @@
<application
android:allowBackup="true"
android:usesClearTextTraffic="true"
android:allowClearUserData="true"
android:icon="@drawable/gears"
android:label="@string/app_name"