Skip to content

Commit

Permalink
- [release] v8.0.0-rc02
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Mar 22, 2020
1 parent c3b0e61 commit 532ff1f
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-rc01](https://github.com/mikepenz/MaterialDrawer/tree/v8.0.0-rc01)
- Kotlin && New | [v8.0.0-rc02](https://github.com/mikepenz/MaterialDrawer/tree/v8.0.0-rc02)
- 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-rc01",
versionName: "8.0.0-rc02",
versionCode: 8000
]

Expand Down

0 comments on commit 532ff1f

Please sign in to comment.