Skip to content

Commit

Permalink
* [release] v6.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Jul 22, 2018
1 parent 226d81f commit afe1bd3
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 @@ -52,7 +52,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.0.8@aar") {
implementation("com.mikepenz:materialdrawer:6.0.9@aar") {
transitive = true
}
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.0.8",
versionCode: 6080
versionName: "6.0.9",
versionCode: 6090
]

setup = [
Expand Down

0 comments on commit afe1bd3

Please sign in to comment.