-keepattributes JavascriptInterface
-keepclassmembers,allowoptimization class * {
    @android.webkit.JavascriptInterface <methods>;
}