Skip to content

Commit

Permalink
* [release] v6.1.0-rc02
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Sep 15, 2018
1 parent d65ab35 commit 5da8ee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0-rc01.2"
implementation "com.mikepenz:materialdrawer:6.1.0-rc02"
//required support lib modules
implementation "androidx.appcompat:appcompat:${versions.androidX}"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
release = [
versionName: "6.1.0-rc01.2",
versionName: "6.1.0-rc02",
versionCode: 6100
]

Expand Down

0 comments on commit 5da8ee0

Please sign in to comment.