Add this namespace definition to <widget
xmlns:android="http://schemas.android.com/apk/res/android"
Then add this config in widget:
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
<application android:usesCleartextTraffic="true" />
</edit-config>