From c748ec7311b3907f5b8ea6eaf2a5eb47a0004039 Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Wed, 20 Apr 2016 12:31:06 +0200 Subject: Improved Readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aadf6eb..4d30e4f 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ Library to implement the Bottom Navigation component from Material Design guidel ## Demo -## What's new (1.1.1) -* Fixed layout rendering with fragments +## What's new (1.1.2) +* Fixed animations on pre Kit Kat +* Added an example with Vector Drawable ## Features * Follow the bottom navigation guidelines (https://www.google.com/design/spec/components/bottom-navigation.html) @@ -21,7 +22,7 @@ Library to implement the Bottom Navigation component from Material Design guidel ### Gradle ```groovy dependencies { - compile 'com.aurelhubert:ahbottomnavigation:1.1.1' + compile 'com.aurelhubert:ahbottomnavigation:1.1.2' } ``` ### XML -- cgit v1.2.3