We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44dfc92 commit 835f6d6Copy full SHA for 835f6d6
android/proguard-rules.pro
@@ -8,7 +8,7 @@
8
public boolean *(android.webkit.WebView, java.lang.String);
9
public void *(android.webkit.webView, jav.lang.String);
10
}
11
--keepclassmembers class com.pichillilorenzo.flutter_inappbrowser$JavaScriptBridgeInterface {
+-keepclassmembers class com.pichillilorenzo.flutter_inappwebview$JavaScriptBridgeInterface {
12
<fields>;
13
<methods>;
14
public *;
0 commit comments