Merge pull request #3288 from kiwix/Issue#3287

Fixed Downloading ZIM files are not working in Play Store Variant
This commit is contained in:
Kelson 2023-04-16 20:29:18 +02:00 committed by GitHub
commit cab5b13e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>(...);
}