Releases: zsmb13/MaterialDrawerKt
Releases · zsmb13/MaterialDrawerKt
3.0.0
3.0.0-rc01
This RC release is built upon the brand new Kotlin rewrite of the base library, specifically v7.0.0-rc04
- see the base library releases here. It includes some API and some implementation changes to track changes of the base library. It also features some API additions for things that were missing before.
2.0.1
2.0.0 - first AndroidX release
This is the first AndroidX release of the library! If you're not using AndroidX, stick to 1.x versions.
Changes:
- Updated to AndroidX 1.0.0 dependencies
- Updated to 6.1.0 of the base library
1.3.7 - last non-androidx release
This is the last release of the library that depends on the old support libraries, newer releases will be using androidx, just like the base library.
Changes in this version:
- attachItem fixes (slightly related: #73)
- Kotlin version updated to 1.2.70
- Support library version updated to 28.0.0
- Build tools updated to 28.0.2
Gradle dependencies to use this version:
implementation 'co.zsmb:materialdrawer-kt:1.3.7'
// required support libraries
implementation "com.android.support:appcompat-v7:${versions.supportLib}"
implementation "com.android.support:recyclerview-v7:${versions.supportLib}"
implementation "com.android.support:support-annotations:${versions.supportLib}"
implementation "com.android.support:design:${versions.supportLib}"