There was an error while loading. Please reload this page.
1 parent 765b61f commit f68d208Copy full SHA for f68d208
2 files changed
README.md
@@ -49,7 +49,7 @@
49
50
## Latest releases 🛠
51
52
-- Kotlin && New | [v8.1.0](https://github.com/mikepenz/MaterialDrawer/tree/v8.1.0)
+- Kotlin && New | [v8.1.1](https://github.com/mikepenz/MaterialDrawer/tree/v8.1.1)
53
- Kotlin | [v7.0.0](https://github.com/mikepenz/MaterialDrawer/tree/v7.0.0) | (Builder approach like v6.x)
54
- Java && AndroidX | [v6.1.2](https://github.com/mikepenz/MaterialDrawer/tree/v6.1.2)
55
- Java && AppCompat | [v6.0.9](https://github.com/mikepenz/MaterialDrawer/tree/v6.0.9)
build.gradle
@@ -1,8 +1,8 @@
1
buildscript {
2
ext {
3
release = [
4
- versionName: "8.1.0",
5
- versionCode: 8010
+ versionName: "8.1.1",
+ versionCode: 8011
6
]
7
8
setup = [
0 commit comments