add network_security_config only for withoutSSLPinning
This commit is contained in:
parent
c61e37c3b4
commit
8f25c3c3ef
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<application
|
||||
android:networkSecurityConfig="@xml/network_security_config">
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Loading…
Reference in New Issue