Use APK editor Studio, open apk, edit AndroidManifest.xml with an editor like Notepad++, save it, compile apk
in manifest look for
<application
android:usesCleartextTraffic="true"
and change it to false
See example provided by @bodymindpower
Use APK editor Studio, open apk, edit AndroidManifest.xml with an editor like Notepad++, save it, compile apk
in manifest look for
<application
android:usesCleartextTraffic="true"
and change it to false
See example provided by @bodymindpower