mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
Fixed Downloading ZIM files are not working in Play Store Variant
This commit is contained in:
parent
48b636ff30
commit
ec5e7ffcbe
7
app/proguard-rules.pro
vendored
7
app/proguard-rules.pro
vendored
@ -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>(...);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user