Fixed Downloading ZIM files are not working in Play Store Variant

This commit is contained in:
MohitMaliFtechiz 2023-04-13 13:56:53 +05:30 committed by Kelson
parent 48b636ff30
commit ec5e7ffcbe

View File

@ -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$* {
<init>(...);
}