1<?xml version="1.0" encoding="utf-8"?>
2<network-security-config>
3  <domain-config cleartextTrafficPermitted="true">
4    <!-- for detox testing on release build, we need cleartext traffic from local server -->
5    <domain includeSubdomains="true">10.0.2.2</domain>
6    <domain includeSubdomains="true">localhost</domain>
7  </domain-config>
8</network-security-config>
9