1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-02 18:49:47 +00:00

Add Network Security Config

This commit is contained in:
Denys Vitali 2024-03-25 00:20:21 +01:00 committed by GitHub
parent 240a879263
commit b1a8b4d405
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
android:label="Vikunja"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:usesCleartextTraffic="true">
android:networkSecurityConfig="@xml/network_security_config">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
@ -106,4 +106,4 @@
</provider>
</application>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
</manifest>
</manifest>