You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
@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...
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 ?
The text was updated successfully, but these errors were encountered: