zsmb13 / MaterialDrawerKt

A Kotlin DSL wrapper around the mikepenz/MaterialDrawer library.
Apache License 2.0
518 stars 41 forks source link

Update the dependencies #47

Closed AllanWang closed 7 years ago

AllanWang commented 7 years ago

It may also be worthwhile to have the user include the original dependency anyways since they can update it directly while still using your bindings rather than wait for you to update the lib with the newer material drawer version.

zsmb13 commented 7 years ago

Is there anything to be done by me to support this? I believe that you can just include a dependency to the original library in addition to mine if you need newer features from it that aren't present in mine yet.

AllanWang commented 7 years ago

As of now there is a new version so if you'd like you can add that here. This was mainly just a suggestion to maybe expand on You don't have to include the original library separately. in case other users aren't aware of that.

zsmb13 commented 7 years ago

Yeah, I'll get to updating to the latest version soon. And I'll change that line in the documentation then. Thanks for the suggestion.

zsmb13 commented 7 years ago

(I'll leave this open so that I don't forget to do that)