Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashok-Varma authored and Ashok-Varma committed Apr 25, 2016
2 parents 67245b5 + 3b30328 commit 6cda84a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -25,17 +26,17 @@ Download [the latest JAR][mavenAarDownload] or grab via Maven:
<dependency>
<groupId>com.ashokvarma.android</groupId>
<artifactId>bottom-navigation-bar</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<type>pom</type>
</dependency>
```
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
<dependency org='com.ashokvarma.android' name='bottom-navigation-bar' rev='1.0.0'>
<dependency org='com.ashokvarma.android' name='bottom-navigation-bar' rev='1.1.0'>
<artifact name='$AID' ext='pom'></artifact>
</dependency>
```
Expand Down Expand Up @@ -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

0 comments on commit 6cda84a

Please sign in to comment.