Skip to content

Commit

Permalink
- [release] v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Apr 5, 2020
1 parent 4e33827 commit 66b2fe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

## Latest releases 🛠

- Kotlin && New | [v8.0.0](https://github.com/mikepenz/MaterialDrawer/tree/v8.0.0)
- Kotlin && New | [v8.0.1](https://github.com/mikepenz/MaterialDrawer/tree/v8.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
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
ext {
release = [
versionName: "8.0.0",
versionCode: 8000
versionName: "8.0.1",
versionCode: 8010
]

setup = [
Expand Down

0 comments on commit 66b2fe6

Please sign in to comment.