Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
0.9.7 added to maven and updated README.md
  • Loading branch information
Ashok-Varma committed Mar 23, 2016
1 parent 750f88a commit 035d505
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 035d505

Please sign in to comment.