From 06177cae88ea707653101dc84c377849374019d3 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sun, 24 May 2015 18:54:37 +0200 Subject: [PATCH] * [release] v3.0.0 --- README.md | 2 +- app/build.gradle | 6 +++--- gradle.properties | 4 ++-- library/build.gradle | 4 ++-- .../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 4164ca056..ff053b7ab 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,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%22), so you just need to add the following dependency to your `build.gradle`. ```javascript -compile('com.mikepenz:materialdrawer:2.9.8@aar') { +compile('com.mikepenz:materialdrawer:3.0.0@aar') { transitive = true } ``` diff --git a/app/build.gradle b/app/build.gradle index b138176eb..232360313 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.mikepenz.materialdrawer.app" minSdkVersion 10 targetSdkVersion 22 - versionCode 298 - versionName "2.9.8" + versionCode 300 + versionName "3.0.0" applicationVariants.all { variant -> variant.outputs.each { output -> @@ -53,6 +53,6 @@ dependencies { compile('com.mikepenz:aboutlibraries:5.0.0@aar') { transitive = true } - compile 'com.mikepenz.iconics:octicons-typeface:2.2.0@aar' + compile 'com.mikepenz:octicons-typeface:2.2.0@aar' compile 'com.squareup.picasso:picasso:2.5.2' } diff --git a/gradle.properties b/gradle.properties index 964561b53..58289a3fe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,8 +19,8 @@ org.gradle.daemon=true org.gradle.parallel=true # Maven stuff -VERSION_NAME=2.9.8 -VERSION_CODE=298 +VERSION_NAME=3.0.0 +VERSION_CODE=300 GROUP=com.mikepenz POM_DESCRIPTION=MaterialDrawer Library diff --git a/library/build.gradle b/library/build.gradle index acee1e565..9cb176c6d 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 10 targetSdkVersion 22 - versionCode 298 - versionName '2.9.8' + versionCode 300 + versionName '3.0.0' } 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 18de82267..2dfd5f07d 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.9.8 + 3.0.0 https://github.com/mikepenz/MaterialDrawer apache_2_0 true