Skip to content

Commit 835f6d6

Browse files
author
yangfan07
committed
feat: fix proguard
1 parent 44dfc92 commit 835f6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/proguard-rules.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
public boolean *(android.webkit.WebView, java.lang.String);
99
public void *(android.webkit.webView, jav.lang.String);
1010
}
11-
-keepclassmembers class com.pichillilorenzo.flutter_inappbrowser$JavaScriptBridgeInterface {
11+
-keepclassmembers class com.pichillilorenzo.flutter_inappwebview$JavaScriptBridgeInterface {
1212
<fields>;
1313
<methods>;
1414
public *;

0 commit comments

Comments
 (0)