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 Mar 25, 2016
2 parents 956271c + 035d505 commit 5dfbc50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ Download [the latest JAR][mavenLatestJarDownload] or grab via Maven:
<dependency>
<groupId>com.ashokvarma.android</groupId>
<artifactId>bottom-navigation-bar</artifactId>
<version>0.9.5</version>
<version>0.9.7</version>
<type>pom</type>
</dependency>
```
or Gradle:
```groovy
compile 'com.ashokvarma.android:bottom-navigation-bar:0.9.5'
compile 'com.ashokvarma.android:bottom-navigation-bar:0.9.7'
```
or Ivy:
```xml
<dependency org='com.ashokvarma.android' name='bottom-navigation-bar' rev='0.9.5'>
<dependency org='com.ashokvarma.android' name='bottom-navigation-bar' rev='0.9.7'>
<artifact name='$AID' ext='pom'></artifact>
</dependency>
```
Expand Down

0 comments on commit 5dfbc50

Please sign in to comment.