Skip to content

Commit

Permalink
- [release] v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Mar 29, 2020
1 parent 9b71289 commit 7b365ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-rc02](https://github.com/mikepenz/MaterialDrawer/tree/v8.0.0-rc02)
- Kotlin && New | [v8.0.0](https://github.com/mikepenz/MaterialDrawer/tree/v8.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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
release = [
versionName: "8.0.0-rc02",
versionName: "8.0.0",
versionCode: 8000
]

Expand Down

0 comments on commit 7b365ea

Please sign in to comment.