Skip to content

Commit

Permalink
* [release] v6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Jun 15, 2020
1 parent 2a06d94 commit 580f699
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.2"
implementation "com.mikepenz:materialdrawer:6.1.3"
//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.2",
versionCode: 6102
versionName: "6.1.3",
versionCode: 6103
]

setup = [
Expand Down

0 comments on commit 580f699

Please sign in to comment.