Skip to content

Commit 62ceea4

Browse files
Update AndroidManifest.xml
1 parent 691510d commit 62ceea4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/src/main/AndroidManifest.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
android:label="@string/app_name"
3030
android:roundIcon="@mipmap/ic_launcher_round"
3131
android:supportsRtl="true"
32-
android:theme="@style/MySplashScreen">
32+
android:theme="@style/MySplashScreen"
33+
android:networkSecurityConfig="@xml/network_security_config"
34+
tools:ignore="UnusedAttribute">
3335

3436
<!-- TODO: Remove comment marks to enable Zooper
3537
<provider
@@ -153,4 +155,4 @@
153155

154156
</application>
155157

156-
</manifest>
158+
</manifest>

0 commit comments

Comments
 (0)