Commit 0a29f38432e34c789da563f4dd286c751e1ab53a
1 parent
2f27694975
Exists in
master
修改混淆配置,增加保留项
Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff
doc/AndroidDocument.md
... | ... | @@ -159,6 +159,10 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了. |
159 | 159 | 类,导致SDK无法正常工作,解决方法如下: |
160 | 160 | Ø 请开发者在混淆配置文件proguard.cfg或proguard-project.txt的最后加上 |
161 | 161 | |
162 | + -keepattributes *Annotation* | |
163 | + -keep public class * extends android.app.Service | |
164 | + -keep public class com.google.vending.licensing.ILicensingService | |
165 | + -keep public class com.android.vending.licensing.ILicensingService | |
162 | 166 | -keep class com.gumptech.sdk.view.* {*;} |
163 | 167 | -keep class com.gumptech.sdk.web.* {*;} |
164 | 168 | -keep class com.gumptech.sdk.GumpSDK$Callback{ |