From ec5e7ffcbe6ac4f324cf9b689336342ec98b5591 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Thu, 13 Apr 2023 13:56:53 +0530 Subject: [PATCH] Fixed Downloading ZIM files are not working in Play Store Variant --- app/proguard-rules.pro | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 96fd6b11a..7b7e78dee 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -42,3 +42,10 @@ -keepclassmembers class * { @org.simpleframework.xml.* *; } + +## keep everything in MetaLinkNetworkEntity.kt + +-keepnames class org.kiwix.kiwixmobile.core.entity.MetaLinkNetworkEntity$* +-keepclassmembers class org.kiwix.kiwixmobile.core.entity.MetaLinkNetworkEntity$* { + (...); +}