Skip to content

Instantly share code, notes, and snippets.

@jhellar
Created October 25, 2018 10:31
Show Gist options
  • Save jhellar/b566abe166bbb2a6b28ececb027c74e1 to your computer and use it in GitHub Desktop.
Save jhellar/b566abe166bbb2a6b28ececb027c74e1 to your computer and use it in GitHub Desktop.
<resource-file src="network_security_config.xml" target="app/src/main/res/xml/network_security_config.xml" />
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
<application android:networkSecurityConfig="@xml/network_security_config" />
</edit-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment