From 5da8ee0c8d9581beed25b6ef6e24bff8e057f742 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 15 Sep 2018 15:16:00 +0200 Subject: [PATCH] * [release] v6.1.0-rc02 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 516dca2f9..e8c202d92 100644 --- a/README.md +++ b/README.md @@ -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}" diff --git a/build.gradle b/build.gradle index 95fbcb2b4..ee6cd5895 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { release = [ - versionName: "6.1.0-rc01.2", + versionName: "6.1.0-rc02", versionCode: 6100 ]