Skip to content

Commit f68d208

Browse files
committed
- [release] v8.1.1
1 parent 765b61f commit f68d208

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
## Latest releases 🛠
5151

52-
- Kotlin && New | [v8.1.0](https://github.com/mikepenz/MaterialDrawer/tree/v8.1.0)
52+
- Kotlin && New | [v8.1.1](https://github.com/mikepenz/MaterialDrawer/tree/v8.1.1)
5353
- Kotlin | [v7.0.0](https://github.com/mikepenz/MaterialDrawer/tree/v7.0.0) | (Builder approach like v6.x)
5454
- Java && AndroidX | [v6.1.2](https://github.com/mikepenz/MaterialDrawer/tree/v6.1.2)
5555
- Java && AppCompat | [v6.0.9](https://github.com/mikepenz/MaterialDrawer/tree/v6.0.9)

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
buildscript {
22
ext {
33
release = [
4-
versionName: "8.1.0",
5-
versionCode: 8010
4+
versionName: "8.1.1",
5+
versionCode: 8011
66
]
77

88
setup = [

0 commit comments

Comments
 (0)