mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-13 01:17:21 -04:00
Merge pull request #3288 from kiwix/Issue#3287
Fixed Downloading ZIM files are not working in Play Store Variant
This commit is contained in:
commit
cab5b13e2c
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