mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
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:
parent
5fec01c695
commit
6235ba612a
7
app/proguard-rules.pro
vendored
7
app/proguard-rules.pro
vendored
@ -27,8 +27,11 @@
|
|||||||
|
|
||||||
-keepclassmembers class org.kiwix.videowebview.VideoEnabledWebView$JavascriptInterface { public *; }
|
-keepclassmembers class org.kiwix.videowebview.VideoEnabledWebView$JavascriptInterface { public *; }
|
||||||
|
|
||||||
#keep everything in kiwixlib
|
#keep everything in libkiwix
|
||||||
-keep class org.kiwix.kiwixlib.** { *; }
|
-keep class org.kiwix.libkiwix.** { *; }
|
||||||
|
|
||||||
|
#keep everything in libzim
|
||||||
|
-keep class org.kiwix.libzim.** { *; }
|
||||||
|
|
||||||
## SimpleXml
|
## SimpleXml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user