allow cleartext HTTP for LAN server

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-18 13:39:11 -04:00
parent ff5503e30c
commit b44f6866cd

View File

@@ -8,7 +8,8 @@
android:label="@string/app_name"
android:theme="@style/Theme.Synq"
android:allowBackup="true"
android:supportsRtl="true">
android:supportsRtl="true"
android:usesCleartextTraffic="true">
<activity
android:name=".MainActivity"