Created
January 15, 2018 17:27
-
-
Save caseykulm/40ea75f2e7c45733cd0b79fdd47d9bee to your computer and use it in GitHub Desktop.
AndroidManifest.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<manifest package="com.company.app" | |
xmlns:android="http://schemas.android.com/apk/res/android"> | |
<application | |
android:networkSecurityConfig="@xml/network_security_config" /> | |
</manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment