Fix clear text traffic on Android 10

This commit is contained in:
2019-11-02 14:01:36 +01:00
parent add599c0a7
commit 6030e1f1ac
2 changed files with 116 additions and 25 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.communiquons.android.comunic.client">
<application android:usesCleartextTraffic="true" />
</manifest>