I have this in my config.xml
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
<application android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round"/>
<application android:usesCleartextTraffic="true"/>
<application android:allowBackup="false"/>
</edit-config>
Corber seems to be removing the whole block, I believe you should only be removing <application android:usesCleartextTraffic="true"/>
I have this in my config.xml
Corber seems to be removing the whole block, I believe you should only be removing
<application android:usesCleartextTraffic="true"/>