diff --git a/README.md b/README.md index 0c82b85b0..3c9e3d7c8 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.7@aar') { +compile('com.mikepenz:materialdrawer:5.2.8@aar') { transitive = true } ``` diff --git a/app/build.gradle b/app/build.gradle index 20b4c0a43..2a089f609 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { defaultConfig { minSdkVersion setup.minSdk targetSdkVersion setup.targetSdk - versionCode 527 - versionName "5.2.7" + versionCode 528 + versionName "5.2.8" setProperty("archivesBaseName", "-v$versionName-c$versionCode") } diff --git a/gradle.properties b/gradle.properties index c09cb1c33..b737a3881 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Maven stuff -VERSION_NAME=5.2.7 -VERSION_CODE=527 +VERSION_NAME=5.2.8 +VERSION_CODE=528 GROUP=com.mikepenz POM_DESCRIPTION=MaterialDrawer Library diff --git a/library/build.gradle b/library/build.gradle index 8dbde8946..bf2146f87 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion setup.minSdk targetSdkVersion setup.targetSdk - versionCode 527 - versionName '5.2.7' + versionCode 528 + versionName '5.2.8' } buildTypes { release { @@ -42,10 +42,10 @@ dependencies { // used to provide out of the box icon font support. simplifies development, // and provides scalable icons. the core is very very light // https://github.com/mikepenz/Android-Iconics - compile 'com.mikepenz:iconics-core:2.5.11@aar' + compile 'com.mikepenz:iconics-core:2.6.0@aar' // 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.1@aar' + compile 'com.mikepenz:fastadapter:1.5.2@aar' } diff --git a/library/src/main/res/values/library_materialdrawer_strings.xml b/library/src/main/res/values/library_materialdrawer_strings.xml index bcc886143..02e7f00f2 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.7 + 5.2.8 https://github.com/mikepenz/MaterialDrawer apache_2_0 true