allow cleartext traffic in debug mode

This commit is contained in:
4831c0 2025-04-18 11:16:13 +02:00
parent 558f0a089f
commit 859f0d6dc3
Signed by: 4831c0
GPG Key ID: 3F97EDDF98E45AA4

View File

@ -4,5 +4,6 @@
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
<application android:label="Firka Debug" />
<application android:label="Firka Debug"
android:usesCleartextTraffic="true" />
</manifest>