diff options
author | Marvin Borner | 2018-08-29 14:29:57 +0200 |
---|---|---|
committer | Marvin Borner | 2018-08-29 14:29:57 +0200 |
commit | f1426122d797e0c55883d0f128e8d24d6a7e7e6f (patch) | |
tree | da5d3c4956a630be36f0928e935558dc1e1bdc3d /app/src/main/res | |
parent | 2559293b1dd978a8998bd5290cdef14b909ac8b4 (diff) |
Added support for Android Pie
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/network_security_config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/network_security_config.xml b/app/src/main/res/xml/network_security_config.xml new file mode 100644 index 0000000..fc31d2f --- /dev/null +++ b/app/src/main/res/xml/network_security_config.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<network-security-config> + <domain-config cleartextTrafficPermitted="true"> + <domain includeSubdomains="true">192.168.0.102</domain> + </domain-config> +</network-security-config>
\ No newline at end of file |