김가영

Add network security config

...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
26 android:label="@string/app_name" 26 android:label="@string/app_name"
27 android:roundIcon="@mipmap/ic_launcher_round" 27 android:roundIcon="@mipmap/ic_launcher_round"
28 android:supportsRtl="true" 28 android:supportsRtl="true"
29 + android:networkSecurityConfig="@xml/network_security_config"
29 android:theme="@style/AppTheme"> 30 android:theme="@style/AppTheme">
30 <activity android:name=".LoadingActivity"> 31 <activity android:name=".LoadingActivity">
31 <intent-filter> 32 <intent-filter>
......