diff --git a/README.md b/README.md index 2840be1ca..ecc9a41d9 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.2.5@aar') { +compile('com.mikepenz:materialdrawer:5.2.6@aar') { transitive = true } ``` diff --git a/app/build.gradle b/app/build.gradle index 053ac65f0..9ba55a9e3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { defaultConfig { minSdkVersion setup.minSdk targetSdkVersion setup.targetSdk - versionCode 525 - versionName "5.2.5" + versionCode 526 + versionName "5.2.6" setProperty("archivesBaseName", "-v$versionName-c$versionCode") } @@ -53,7 +53,7 @@ dependencies { // used to generate the Open Source section // https://github.com/mikepenz/AboutLibraries - compile('com.mikepenz:aboutlibraries:5.6.3@aar') { + compile('com.mikepenz:aboutlibraries:5.6.6@aar') { transitive = true exclude module: "fastadapter" } diff --git a/build.gradle b/build.gradle index c31eb5a6f..066e36df2 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { minSdk : 10, targetSdk : 23] - versions = [supportLib: "23.3.0"] + versions = [supportLib: "23.4.0"] } repositories { diff --git a/gradle.properties b/gradle.properties index 4822e7642..40ce2cbdd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Maven stuff -VERSION_NAME=5.2.5 -VERSION_CODE=525 +VERSION_NAME=5.2.6 +VERSION_CODE=526 GROUP=com.mikepenz POM_DESCRIPTION=MaterialDrawer Library diff --git a/library/build.gradle b/library/build.gradle index e8bcf12c8..6e7f4d69b 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion setup.minSdk targetSdkVersion setup.targetSdk - versionCode 525 - versionName '5.2.5' + versionCode 526 + versionName '5.2.6' } buildTypes { release { @@ -47,5 +47,5 @@ dependencies { // used to fill the RecyclerView with the DrawerItems // and provides single and multi selection, expandable items // https://github.com/mikepenz/FastAdapter - compile 'com.mikepenz:fastadapter:1.5.0@aar' + compile 'com.mikepenz:fastadapter:1.5.1@aar' } diff --git a/library/src/main/res/values/library_materialdrawer_strings.xml b/library/src/main/res/values/library_materialdrawer_strings.xml index a81d5aa32..c703b8f11 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 @@ MaterialDrawer the flexible, easy to use, all in one drawer library for your Android project. ]]> - 5.2.5 + 5.2.6 https://github.com/mikepenz/MaterialDrawer apache_2_0 true