Android: allow http traffic

This commit is contained in:
Zef Hemel
2023-01-27 09:28:44 +01:00
parent b5ffe71f79
commit 5ed30eca74
2 changed files with 3 additions and 0 deletions
@@ -8,6 +8,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme">
<activity