Skip to content

Releases: zsmb13/MaterialDrawerKt

3.0.0

01 Jan 19:07
Compare
Choose a tag to compare

Stable release based on the v7.0.0 Kotlin rewrite of the base library.

3.0.0-rc01

07 Aug 13:47
Compare
Choose a tag to compare
3.0.0-rc01 Pre-release
Pre-release

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

08 Oct 07:38
9e1dba6
Compare
Choose a tag to compare
  • Updated base library to 6.1.1
  • Updated Kotlin version to 1.2.71
  • Updated Android Gradle plugin to 3.2.0
  • Updated build tools to 28.0.3

2.0.0 - first AndroidX release

22 Sep 17:55
c39d171
Compare
Choose a tag to compare

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

22 Sep 15:50
131d1b5
Compare
Choose a tag to compare

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}"

1.3.6

22 Jul 18:52
Compare
Choose a tag to compare
  • Update to base library version 6.0.9
  • Updated Kotlin version to 1.2.51
  • (Updated publishing and CI scripts)

1.3.5

20 Jun 14:54
Compare
Choose a tag to compare
  • Update to base library version 6.0.8

  • Builder property visibility fix (#71)

  • Kotlin stdlib dependency fix (#69 )

  • Updated support library to 27.1.1

  • Updated Kotlin version to 1.2.50

  • Updated Android Gradle plugin to 3.1.3

1.3.4

02 Apr 17:13
Compare
Choose a tag to compare
  • Update to base library version 6.0.7
  • Updated support library to 27.1.0
  • Updated Kotlin version to 1.2.31
  • Updated Gradle version to 4.6
  • Updated Android Gradle plugin to 3.1.0

1.3.3

08 Feb 13:56
Compare
Choose a tag to compare
  • Update to base library version 6.0.6

1.3.2

04 Feb 15:15
Compare
Choose a tag to compare
  • Update to base library version 6.0.5