mikepenz / MaterialDrawer

The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
https://mikepenz.dev
Apache License 2.0
11.67k stars 2.05k forks source link

upgrade AndroidX dependencies #2615

Closed connyduck closed 4 years ago

connyduck commented 4 years ago

core-ktx 1.2.0+ targets Java 8 bytecode, so the library also needs to do that in order to compile.

Side note: I would appreciate it if stable releases of MaterialDrawer had only stable dependencies, it was very unexpected to find it is pulling in beta dependencies.

mikepenz commented 4 years ago

We need to make sure to mention this in the rEADME