diff --git a/MIGRATION.md b/MIGRATION.md
index d7e4da751..4def3056e 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -1,5 +1,8 @@
###Upgrade Notes
+#### v5.3.3 -> 5.3.4
+* If you use the `FastAdapter` please read the upgrade notes for v1.6.0 (https://github.com/mikepenz/FastAdapter/releases/tag/v1.6.0)
+
#### v5.3.1 -> v5.3.2
* the `withOnMiniDrawerItemClickListener` was renamed to `withOnMiniDrawerItemOnClickListener`
* added new separate `OnMiniDrawerItemClickListener` which allows to hook into the default behavior, and prevent it if necessary
diff --git a/README.md b/README.md
index e299438d0..8883a2866 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.3.3@aar') {
+compile('com.mikepenz:materialdrawer:5.3.4@aar') {
transitive = true
}
```
diff --git a/app/build.gradle b/app/build.gradle
index 1d3a23a25..090a03b31 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,8 +12,8 @@ android {
defaultConfig {
minSdkVersion setup.minSdk
targetSdkVersion setup.targetSdk
- versionCode 533
- versionName "5.3.3"
+ versionCode 534
+ versionName "5.3.4"
setProperty("archivesBaseName", "-v$versionName-c$versionCode")
}
diff --git a/gradle.properties b/gradle.properties
index 59d01cdea..cbf9c0bf2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
# Maven stuff
-VERSION_NAME=5.3.3
-VERSION_CODE=533
+VERSION_NAME=5.3.4
+VERSION_CODE=534
GROUP=com.mikepenz
POM_DESCRIPTION=MaterialDrawer Library
POM_URL=https://github.com/mikepenz/MaterialDrawer
diff --git a/library/build.gradle b/library/build.gradle
index c3c535e3f..46a71bc05 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion setup.minSdk
targetSdkVersion setup.targetSdk
- versionCode 533
- versionName '5.3.3'
+ versionCode 534
+ versionName '5.3.4'
}
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 4b7a95424..45afc8634 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.3.3
+ 5.3.4
https://github.com/mikepenz/MaterialDrawer
apache_2_0
true