Files
mobile/android/app/src/debug/AndroidManifest.xml
T
2026-06-28 12:29:06 +02:00

5 lines
203 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Dev local : API Laravel sur http://10.0.2.2:8000 -->
<application android:usesCleartextTraffic="true" />
</manifest>