1# Keep classes and methods that have the @JavascriptInterface annotation
2-keepclassmembers class * {
3    @android.webkit.JavascriptInterface <methods>;
4}
5