Merge pull request #846 from Evil2000/master

Added network security config
This commit is contained in:
Gregory K
2024-06-11 11:39:58 +03:00
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true"
android:networkSecurityConfig="@xml/network_security_config"
android:icon="@mipmap/ic_launcher"
android:theme="@style/Theme.Mastodon.AutoLightDark"
android:largeHeap="true"