We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.0.5中,如果debug正常,而release版本异常。可能是因为com.to.aboomy.pager2banner.Banner#initViewPagerScrollProxy()中使用了反射,需要增加相应混淆规则。
The text was updated successfully, but these errors were encountered:
不混淆添加 -keep class com.to.aboomy.banner.**{*;}
Sorry, something went wrong.
添加了这个混淆还是不行啊
#24
No branches or pull requests
1.0.5中,如果debug正常,而release版本异常。可能是因为com.to.aboomy.pager2banner.Banner#initViewPagerScrollProxy()中使用了反射,需要增加相应混淆规则。
The text was updated successfully, but these errors were encountered: