Skip to content

Commit

Permalink
Update README.md with new version available in Maven Central. Release…
Browse files Browse the repository at this point in the history
… 1.4
  • Loading branch information
pedrovgs committed Mar 3, 2015
1 parent f0e8fe3 commit 73d1f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Add Lynx dependency to your build.gradle
```groovy
dependencies{
compile 'com.github.pedrovgs:lynx:1.3'
compile 'com.github.pedrovgs:lynx:1.4'
}
```
Expand All @@ -104,7 +104,7 @@ Or add Lynx as a new dependency inside your pom.xml
<dependency>
<groupId>com.github.pedrovgs</groupId>
<artifactId>lynx</artifactId>
<version>1.3</version>
<version>1.4</version>
<type>aar</type>
</dependency>

Expand Down

0 comments on commit 73d1f88

Please sign in to comment.