Skip to content

Commit

Permalink
* [release] v6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Dec 15, 2018
1 parent 1337fbc commit f4fb316
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 @@ -53,7 +53,7 @@ You can find some frequently asked questions and other resources in the [WIKI /
## 1. Provide the gradle dependency

```gradle
implementation "com.mikepenz:materialdrawer:6.1.1"
implementation "com.mikepenz:materialdrawer:6.1.2"
//required support lib modules
implementation "androidx.appcompat:appcompat:${versions.androidX}"
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: "6.1.1",
versionCode: 6101
versionName: "6.1.2",
versionCode: 6102
]

setup = [
Expand Down

0 comments on commit f4fb316

Please sign in to comment.