<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
    <!-- Allow cleartext HTTP to the development backend (10.0.2.2 = localhost on Android emulator) -->
    <domain-config cleartextTrafficPermitted="true">
        <domain includeSubdomains="false">10.0.2.2</domain>
        <domain includeSubdomains="false">localhost</domain>
        <!-- Add your LAN IP here when testing on a physical device, e.g.: -->
        <!-- <domain includeSubdomains="false">192.168.1.100</domain> -->
    </domain-config>
</network-security-config>
