Commit 0c4a31cf authored by Varun Patil's avatar Varun Patil

Fix pie cleartext error (fix #263)

parent a8cbd89a
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/AppTheme" android:theme="@style/AppTheme"
android:name="app.insti.InstiAppApplication"> android:name="app.insti.InstiAppApplication"
android:networkSecurityConfig="@xml/network_security_config">
<meta-data <meta-data
android:name="com.google.android.gms.version" android:name="com.google.android.gms.version"
......
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">gymkhana.iitb.ac.in</domain>
</domain-config>
</network-security-config>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment