Compare commits

..

2 Commits

Author SHA1 Message Date
ba6e0c2364 Merge branch 'claude/serene-mclean-b76496' 2026-05-18 13:39:11 -04:00
b44f6866cd allow cleartext HTTP for LAN server
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 13:39:11 -04:00

View File

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