add network_security_config only for withoutSSLPinning

This commit is contained in:
Maxim Bachinsky 2020-06-29 00:38:32 +03:00
parent c61e37c3b4
commit 8f25c3c3ef
3 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,6 @@
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/common_global_app_name"
android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="false"
tools:ignore="GoogleAppIndexingWarning">

View File

@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:networkSecurityConfig="@xml/network_security_config">
</application>
</manifest>