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

Can't find referenced class VerticalScrollingBehavior #456

Open
Hiike opened this issue Aug 29, 2016 · 4 comments
Open

Can't find referenced class VerticalScrollingBehavior #456

Hiike opened this issue Aug 29, 2016 · 4 comments

Comments

@Hiike
Copy link

Hiike commented Aug 29, 2016

Hi, I have an issue when trying to build.
Warning:com.roughike.bottombar.BottomNavigationBehavior: can't find referenced class com.roughike.bottombar.VerticalScrollingBehavior$ScrollDirection

I use Proguard to minimize the size of my project,
Is there anything to add in this config file ?

@wakim
Copy link

wakim commented Aug 30, 2016

@Hiike, I've temporary fixed this issue with proguard by adding this dontwarn rule to my proguard file:

-dontwarn com.roughike.bottombar.**

Everything worked as expected. Because the ScrollDirection interface have Source retention, i think it will not cause any problem. But i don't why this problem is happening...

@Kiran89kumar
Copy link

Issue is fixed temporarily by adding the dontwarn

@afehners
Copy link

I'm also having this issue. Adding a dontwarn rule fixes the issue, but not keen on adding dontwarn rules

@Aditya94A
Copy link

Perhaps this should be added to the readme? Or bundled within the library?

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

No branches or pull requests

6 participants