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
Below is the AS log:
Information:Gradle tasks [:app:assembleRelease]
Warning:com.roughike.bottombar.BottomNavigationBehavior: can't find referenced class com.roughike.bottombar.VerticalScrollingBehavior$ScrollDirection
Warning:there were 1 unresolved references to classes or interfaces.
Warning:Exception while processing task java.io.IOException: Please correct the above warnings first.
Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease'.
Job failed, see logs for details
And I already text in my proguard file:
-keep class com.roughike.bottombar.**{*;}
Anyone tell me why?Million thanks!!!
The text was updated successfully, but these errors were encountered:
Below is the AS log:
Information:Gradle tasks [:app:assembleRelease]
Warning:com.roughike.bottombar.BottomNavigationBehavior: can't find referenced class com.roughike.bottombar.VerticalScrollingBehavior$ScrollDirection
Warning:there were 1 unresolved references to classes or interfaces.
Warning:Exception while processing task java.io.IOException: Please correct the above warnings first.
Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease'.
And I already text in my proguard file:
-keep class com.roughike.bottombar.**{*;}
Anyone tell me why?Million thanks!!!
The text was updated successfully, but these errors were encountered: