# Keep the JS bridge entry point: methods annotated @JavascriptInterface are
# invoked reflectively from WebView JS and must survive host-app minification.
-keepclassmembers class com.zelig.styler.sdk.bridge.ScriptMessageRouter {
    @android.webkit.JavascriptInterface <methods>;
}
