Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

混淆代码后会有问题,枚举类型需要保护 #11

Closed
maoruibin opened this issue Feb 1, 2018 · 2 comments
Closed

混淆代码后会有问题,枚举类型需要保护 #11

maoruibin opened this issue Feb 1, 2018 · 2 comments

Comments

@maoruibin
Copy link
Contributor

如题

@YorekLiu
Copy link

YorekLiu commented Mar 5, 2018

我也遇到了同样的问题,然后使用了如下的混淆配置:

-keep class com.github.anzewei.parallaxbacklayout.** { ; }
-keepclassmembers class com.github.anzewei.parallaxbacklayout.
* { ; }
-dontwarn com.github.anzewei.parallaxbacklayout.
*

@maoruibin
Copy link
Contributor Author

嗯嗯,我已经提交了 PR #13 。不过作者好像挺忙的样子,一直没怎么处理

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants