From a427401d66b42a2b927b643cd38de53dfd7524d8 Mon Sep 17 00:00:00 2001 From: NerdNumber9 Date: Fri, 19 Apr 2019 13:14:41 -0400 Subject: [PATCH] Fix EHentai and many other sources breaking --- app/src/main/AndroidManifest.xml | 2 ++ app/src/main/res/xml/network_security_config.xml | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 app/src/main/res/xml/network_security_config.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f5ab6fbfe..126ab4742 100755 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -29,6 +29,8 @@ android:label="@string/app_name" android:largeHeap="true" android:roundIcon="@mipmap/ic_launcher_round" + android:usesCleartextTraffic="true" + android:networkSecurityConfig="@xml/network_security_config" android:theme="@style/Theme.Tachiyomi"> + + + + \ No newline at end of file