Skip to content

Commit

Permalink
Add 1.5.0 jar and update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Carballo committed Jun 10, 2015
1 parent 69cf0f4 commit cd719e7
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -16,21 +16,21 @@ Setup
#### 1. Gradle
```groovy
dependencies {
compile 'uk.co.ribot:easyadapter:1.4.0@aar'
compile 'uk.co.ribot:easyadapter:1.5.0@aar'
}
```
#### 2. Maven
```xml
<dependency>
<groupId>uk.co.ribot</groupId>
<artifactId>easyadapter</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<type>aar</type>
</dependency>
```
#### 3. Manual

Download the __[latest Jar](https://raw.github.com/ribot/EasyAdapter/master/downloads/easyadapter-1.4.0.jar)__
Download the __[latest Jar](https://raw.github.com/ribot/EasyAdapter/master/downloads/easyadapter-1.5.0.jar)__

Sample
--------------
Expand Down
Binary file added downloads/easyadapter-1.5.0.jar
Binary file not shown.

0 comments on commit cd719e7

Please sign in to comment.