Skip to content

Commit

Permalink
- update to drawerlayout 1.1.0-alpha04
Browse files Browse the repository at this point in the history
- update to fastadapter v5 final
- update to kotlin 1.70.0
- add note for v7
  • Loading branch information
mikepenz committed Mar 8, 2020
1 parent 1bce3a5 commit 91bd285
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
## Latest releases 🛠

- Kotlin && New | [v8.0.0-b04](https://github.com/mikepenz/MaterialDrawer/tree/v8.0.0-b04)
- Kotlin | [v7.0.0](https://github.com/mikepenz/MaterialDrawer/tree/v7.0.0)
- Kotlin | [v7.0.0](https://github.com/mikepenz/MaterialDrawer/tree/v7.0.0) | (Builder approach like v6.x)
- Java && AndroidX | [v6.1.2](https://github.com/mikepenz/MaterialDrawer/tree/v6.1.2)
- Java && AppCompat | [v6.0.9](https://github.com/mikepenz/MaterialDrawer/tree/v6.0.9)

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ buildscript {
core : '1.1.0',
material : '1.1.0',
appcompat : '1.1.0',
drawerlayout : '1.1.0-alpha03',
drawerlayout : '1.1.0-alpha04',
constraintLayout : '2.0.0-beta4',
cardview : '1.0.0',
kotlin : "1.3.61",
fastadapter : "5.0.0-b01",
kotlin : "1.3.70",
fastadapter : "5.0.0",
iconics : "5.0.0-a04",
aboutLibs : "8.0.0-rc02",
navigation : "2.2.1",
Expand Down

0 comments on commit 91bd285

Please sign in to comment.