Skip to content

Commit

Permalink
- [release] v8.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Aug 7, 2020
1 parent b5a6ed6 commit c2a9450
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 @@ -49,7 +49,7 @@

## Latest releases 🛠

- Kotlin && New | [v8.1.3](https://github.com/mikepenz/MaterialDrawer/tree/v8.1.3)
- Kotlin && New | [v8.1.4](https://github.com/mikepenz/MaterialDrawer/tree/v8.1.4)
- 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.1.3",
versionCode: 8013
versionName: "8.1.4",
versionCode: 8014
]

setup = [
Expand Down

0 comments on commit c2a9450

Please sign in to comment.