From e0cf4560161effe7c0b61d85197c453f6d1db31a Mon Sep 17 00:00:00 2001 From: ocos <1710831+ocos@users.noreply.github.com> Date: Sat, 22 Dec 2018 08:15:21 +0100 Subject: [PATCH] added rules for project uses WebView with JS --- libraries/proguard-webview-with-js.pro | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libraries/proguard-webview-with-js.pro diff --git a/libraries/proguard-webview-with-js.pro b/libraries/proguard-webview-with-js.pro new file mode 100644 index 0000000..d738b4c --- /dev/null +++ b/libraries/proguard-webview-with-js.pro @@ -0,0 +1,6 @@ +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +-keepclassmembers class fqcn.of.javascript.interface.for.webview { + public *; +}