try adding this to the androidManifest.xml debug & main
androidManifest.xml
android:usesCleartextTraffic="true"
eg.
<application android:usesCleartextTraffic="true" tools:targetApi="28" ....