Allow cleartext HTTP traffic (#22)

This commit is contained in:
Gennady 2023-12-27 11:54:38 +01:00 committed by GitHub
parent 3a81dde853
commit 6f3e4bd03b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,8 @@
<application android:allowBackup="true"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher">
android:icon="@drawable/ic_launcher"
android:usesCleartextTraffic="true">
</application>