Keep everything in libkiwix/libzim in release variant.

* Updated proguard file to keep the `libkiwix/libzim` classes in release variant.
This commit is contained in:
MohitMali 2023-08-07 17:33:37 +05:30
parent 5fec01c695
commit 6235ba612a

View File

@ -27,8 +27,11 @@
-keepclassmembers class org.kiwix.videowebview.VideoEnabledWebView$JavascriptInterface { public *; }
#keep everything in kiwixlib
-keep class org.kiwix.kiwixlib.** { *; }
#keep everything in libkiwix
-keep class org.kiwix.libkiwix.** { *; }
#keep everything in libzim
-keep class org.kiwix.libzim.** { *; }
## SimpleXml