1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 08:15:16 +00:00

Use cleartext traffic in beta

This commit is contained in:
2021-03-13 18:37:39 +01:00
parent a994d9978c
commit bc0dcbdbb1
2 changed files with 7 additions and 2 deletions

View File

@ -3,7 +3,9 @@
package="org.communiquons.comunic">
<application
tools:replace="android:label"
android:label="Comunic Beta" />
android:label="Comunic Beta"
android:usesCleartextTraffic="true"
tools:replace="android:label" />
</manifest>