Skip to content

Instantly share code, notes, and snippets.

@caseykulm
Created January 15, 2018 17:27
Show Gist options
  • Save caseykulm/40ea75f2e7c45733cd0b79fdd47d9bee to your computer and use it in GitHub Desktop.
Save caseykulm/40ea75f2e7c45733cd0b79fdd47d9bee to your computer and use it in GitHub Desktop.
AndroidManifest.xml
<?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