fmidev / weather-app

FMI's official weather application for mobile devices
7 stars 2 forks source link

Create testing build for Android #690

Open geosaaga opened 4 days ago

geosaaga commented 4 days ago

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.

geosaaga commented 3 days ago

PR: https://github.com/fmidev/weather-app/pull/695

geosaaga commented 3 hours ago

Test does this work for testing and comment if some further improvements are required.