diff --git a/README.md b/README.md
index 15dee4e6c..2840be1ca 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.2@aar') {
+compile('com.mikepenz:materialdrawer:5.2.5@aar') {
transitive = true
}
```
diff --git a/app/build.gradle b/app/build.gradle
index 6b5257400..053ac65f0 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,8 +12,8 @@ android {
defaultConfig {
minSdkVersion setup.minSdk
targetSdkVersion setup.targetSdk
- versionCode 522
- versionName "5.2.2"
+ versionCode 525
+ versionName "5.2.5"
setProperty("archivesBaseName", "-v$versionName-c$versionCode")
}
diff --git a/gradle.properties b/gradle.properties
index c585d75df..4822e7642 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
# Maven stuff
-VERSION_NAME=5.2.2
-VERSION_CODE=522
+VERSION_NAME=5.2.5
+VERSION_CODE=525
GROUP=com.mikepenz
POM_DESCRIPTION=MaterialDrawer Library
diff --git a/library/build.gradle b/library/build.gradle
index 8b7268ab7..e8bcf12c8 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion setup.minSdk
targetSdkVersion setup.targetSdk
- versionCode 522
- versionName '5.2.2'
+ versionCode 525
+ versionName '5.2.5'
}
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 6733fd85d..a81d5aa32 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.2
+ 5.2.5
https://github.com/mikepenz/MaterialDrawer
apache_2_0
true