Skip to content

Releases: kmenager/AdaptableBottomNavigation

Fix crash with BottomNavigationView

12 Jun 10:03
Compare
Choose a tag to compare

The crash appear when using this library and the com.android.support:design > 25.2.0.

The crash come from the save / restore state. With this configuration, the app crash with
ClassNotFoundException when unmarshalling: android.support.design.widget.BottomNavigationView$SavedState because with the version 25.2.0, the class does not exist.

Add support for Jitpack

04 May 09:26
Compare
Choose a tag to compare

Add support for Jitpack for gradle import