feat: network security configuration

This commit is contained in:
antonio 2023-11-26 17:22:38 +01:00
parent 133b5e4794
commit 94b0572958
2 changed files with 15 additions and 1 deletions

View file

@ -19,7 +19,8 @@
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme.SplashScreen"
android:usesCleartextTraffic="true">
android:usesCleartextTraffic="true"
android:networkSecurityConfig="@xml/network_security_config">
<meta-data
android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"