release build doesn't allow http-connections and therefore usage with mock server is not possible. Create testing build that allows http-connections with
android:usesCleartextTraffic="true"
Otherwise same as release build. Configure latest.yml pipeline to use testing build.
release build doesn't allow http-connections and therefore usage with mock server is not possible. Create testing build that allows http-connections with
android:usesCleartextTraffic="true"
Otherwise same as release build. Configure
latest.yml
pipeline to use testing build.