We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4777360 commit df768c3Copy full SHA for df768c3
README.md
@@ -150,7 +150,7 @@ JS中使用过大数字时,可能会导致精度丢失或者错误的数字结
150
更多实现细节见: http://www.pedant.cn/2014/07/04/webview-js-java-interface-research/
151
152
### 发布时防混淆
153
-发布时需在你的混淆配置加入像下面这样的代码,注意返回到页面的自定义Java类以及注入到页面的接口类都要**换成你项目中实际使用类名**:
+发布时需在你的混淆配置加入像下面这样的代码,注意返回到页面的自定义Java类以及注入类都要**换成你项目中实际使用类名**:
154
155
#--------------- BEGIN: Gson防混淆 ----------
156
-keepattributes *Annotation*
0 commit comments