Allow use of cleartext relays on native

This commit is contained in:
Jon Staab
2025-05-06 09:50:05 -07:00
parent dd069329ee
commit 46b5c01c49
+2 -1
View File
@@ -6,7 +6,8 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode|navigation"
android:name=".MainActivity"