diff --git a/README.md b/README.md index d24810b00..a9e40a4fa 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.2@aar') { +compile('com.mikepenz:materialdrawer:5.1.3@aar') { transitive = true } ``` diff --git a/app/build.gradle b/app/build.gradle index e23ec8358..e31c9bfbe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { defaultConfig { minSdkVersion 10 targetSdkVersion 23 - versionCode 512 - versionName "5.1.2" + versionCode 513 + versionName "5.1.3" applicationVariants.all { variant -> variant.outputs.each { output -> diff --git a/gradle.properties b/gradle.properties index 522e725b3..37dcfd392 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Maven stuff -VERSION_NAME=5.1.2 -VERSION_CODE=512 +VERSION_NAME=5.1.3 +VERSION_CODE=513 GROUP=com.mikepenz POM_DESCRIPTION=MaterialDrawer Library diff --git a/library/build.gradle b/library/build.gradle index 2d1801b77..786585b79 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 10 targetSdkVersion 23 - versionCode 512 - versionName '5.1.2' + versionCode 513 + versionName '5.1.3' } 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 1c0106618..a0847f593 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.1.2 + 5.1.3 https://github.com/mikepenz/MaterialDrawer apache_2_0 true