From 976b862a30948fd87c3df28377aa37a468301553 Mon Sep 17 00:00:00 2001 From: Mike Penz <mikepenz@gmail.com> Date: Mon, 4 Apr 2016 22:16:40 +0200 Subject: [PATCH] * [release] v5.1.8 --- MIGRATION.md | 3 +++ README.md | 2 +- app/build.gradle | 4 ++-- gradle.properties | 4 ++-- library/build.gradle | 4 ++-- .../src/main/res/values/library_materialdrawer_strings.xml | 2 +- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/MIGRATION.md b/MIGRATION.md index 06fb05df1..8375746b6 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -1,5 +1,8 @@ ###Upgrade Notes +#### v5.1.6 -> 5.1.8 +* if you use the `FastAdapter` please check out the release notes of v1.4.0 (https://github.com/mikepenz/FastAdapter/releases/tag/v1.4.0) + #### v5.0.0 -> 5.0.5 * the `expanding` functionality is now handled by the `FastAdapter` so the toggling code is no longer needed. See the following diff for the change (just the `DrawerActivity`) https://github.com/mikepenz/MaterialDrawer/commit/88e9bdf8cccaac5aaf567ac6ffe682aeccba4f29 diff --git a/README.md b/README.md index 2cee53955..40ba803cf 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ You can find some frequently asked questions and other resources in the [WIKI / ##1. Provide the gradle dependency ```gradle -compile('com.mikepenz:materialdrawer:5.1.7@aar') { +compile('com.mikepenz:materialdrawer:5.1.8@aar') { transitive = true } ``` diff --git a/app/build.gradle b/app/build.gradle index c8e616494..cbc01cfed 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { defaultConfig { minSdkVersion 10 targetSdkVersion 23 - versionCode 517 - versionName "5.1.7" + versionCode 518 + versionName "5.1.8" applicationVariants.all { variant -> variant.outputs.each { output -> diff --git a/gradle.properties b/gradle.properties index 3b82bc102..882b7d2cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Maven stuff -VERSION_NAME=5.1.7 -VERSION_CODE=517 +VERSION_NAME=5.1.8 +VERSION_CODE=518 GROUP=com.mikepenz POM_DESCRIPTION=MaterialDrawer Library diff --git a/library/build.gradle b/library/build.gradle index 165c78d1c..cdb5e829f 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 10 targetSdkVersion 23 - versionCode 517 - versionName '5.1.7' + versionCode 518 + versionName '5.1.8' } buildTypes { release { diff --git a/library/src/main/res/values/library_materialdrawer_strings.xml b/library/src/main/res/values/library_materialdrawer_strings.xml index b6c9fee2c..528846578 100755 --- a/library/src/main/res/values/library_materialdrawer_strings.xml +++ b/library/src/main/res/values/library_materialdrawer_strings.xml @@ -10,7 +10,7 @@ <b>MaterialDrawer</b> the flexible, easy to use, all in one drawer library for your Android project. ]]> </string> - <string name="library_materialdrawer_libraryVersion">5.1.7</string> + <string name="library_materialdrawer_libraryVersion">5.1.8</string> <string name="library_materialdrawer_libraryWebsite">https://github.com/mikepenz/MaterialDrawer</string> <string name="library_materialdrawer_licenseId">apache_2_0</string> <string name="library_materialdrawer_isOpenSource">true</string>