5 lines
203 B
XML
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>
|