From e7654980364653fccc7c4d97101c6c7cf0419cac Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Tue, 10 Mar 2015 19:42:06 +0100 Subject: [PATCH] * [release] release v2.0.3 ** update android-iconics to v0.7.7 --- README.md | 2 +- app/build.gradle | 4 ++-- gradle.properties | 4 ++-- library/build.gradle | 6 +++--- .../src/main/res/values/library_materialdrawer_strings.xml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2ea49f703..d81a09bbb 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ You can try it out here [Google Play](https://play.google.com/store/apps/details The MaterialDrawer Library is pushed to [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22com.mikepenz.materialdrawer%22), so you just need to add the following dependency to your `build.gradle`. ```javascript -compile('com.mikepenz.materialdrawer:library:2.0.2@aar') { +compile('com.mikepenz.materialdrawer:library:2.0.3@aar') { transitive = true } ``` diff --git a/app/build.gradle b/app/build.gradle index 386a5e276..d6366a7d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.mikepenz.materialdrawer.app" minSdkVersion 10 targetSdkVersion 21 - versionCode 202 - versionName "2.0.2" + versionCode 203 + versionName "2.0.3" } buildTypes { release { diff --git a/gradle.properties b/gradle.properties index 92f190f30..f94be5de1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=2.0.2 -VERSION_CODE=202 +VERSION_NAME=2.0.3 +VERSION_CODE=203 GROUP=com.mikepenz.materialdrawer POM_DESCRIPTION=MaterialDrawer Library diff --git a/library/build.gradle b/library/build.gradle index c1402ab44..9ec5fa280 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 10 targetSdkVersion 21 - versionCode 202 - versionName '2.0.2' + versionCode 203 + versionName '2.0.3' } buildTypes { @@ -31,7 +31,7 @@ dependencies { compile 'com.android.support:support-v4:21.0.3' compile "com.android.support:appcompat-v7:21.0.3" - compile('com.mikepenz.iconics:library:0.7.6@aar') { + compile('com.mikepenz.iconics:library:0.7.7@aar') { transitive = true } } diff --git a/library/src/main/res/values/library_materialdrawer_strings.xml b/library/src/main/res/values/library_materialdrawer_strings.xml index 348d81c42..65b4fa8de 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 @@ The MaterialDrawer library aims to provide the easiest possible implementation of a navigation drawer for your application. ]]> - 2.0.2 + 2.0.3 https://github.com/mikepenz/MaterialDrawer apache_2_0 true