From 3b3032869e53563111d4834d39fe313fda105fbf Mon Sep 17 00:00:00 2001 From: Ashok Varma Date: Mon, 25 Apr 2016 09:06:01 +0530 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 06c9e2c..5d738de 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ This component that mimics the new [Material Design Bottom Navigation pattern][g * Follows google [bottom navigation bar guidelines][googlePage] * Choose your background style and tab mode. * each tab has it's own colors +* supports badges with complete customization ## Download @@ -25,17 +26,17 @@ Download [the latest JAR][mavenAarDownload] or grab via Maven: com.ashokvarma.android bottom-navigation-bar - 1.0.0 + 1.1.0 pom ``` or Gradle: ```groovy -compile 'com.ashokvarma.android:bottom-navigation-bar:1.0.0' +compile 'com.ashokvarma.android:bottom-navigation-bar:1.1.0' ``` or Ivy: ```xml - + ``` @@ -163,5 +164,5 @@ limitations under the License. ``` [googlePage]: https://www.google.com/design/spec/components/bottom-navigation.html - [mavenAarDownload]: https://repo1.maven.org/maven2/com/ashokvarma/android/bottom-navigation-bar/1.0.0/bottom-navigation-bar-1.0.0.aar + [mavenAarDownload]: https://repo1.maven.org/maven2/com/ashokvarma/android/bottom-navigation-bar/1.1.0/bottom-navigation-bar-1.1.0.aar [mavenLatestJarDownload]: https://search.maven.org/remote_content?g=com.ashokvarma.android&a=bottom-navigation-bar&v=LATEST