Commit db0758e41765433fb48cace3d04096612e5a5558
1 parent
68b98edcd8
Exists in
master
修改progurad配置
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
doc/AndroidDocument.md
| ... | ... | @@ -241,6 +241,7 @@ PurchaseCallback为支付状态回调接口,此接口含有3个方法 |
| 241 | 241 | -keep public class com.android.vending.licensing.ILicensingService |
| 242 | 242 | -keep class com.gumptech.sdk.view.* {*;} |
| 243 | 243 | -keep class com.gumptech.sdk.web.* {*;} |
| 244 | + -keep class com.gumptech.sdk.bridge.impl.*{*;} | |
| 244 | 245 | |
| 245 | 246 | |
| 246 | 247 | 使得混淆的时候不会影响SDK的命名空间。 |
| 247 | 248 | \ No newline at end of file |