Skip to content

Commit cd719e7

Browse files
author
Ivan Carballo
committed
Add 1.5.0 jar and update version in README
1 parent 69cf0f4 commit cd719e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ Setup
1616
#### 1. Gradle
1717
```groovy
1818
dependencies {
19-
compile 'uk.co.ribot:easyadapter:1.4.0@aar'
19+
compile 'uk.co.ribot:easyadapter:1.5.0@aar'
2020
}
2121
```
2222
#### 2. Maven
2323
```xml
2424
<dependency>
2525
<groupId>uk.co.ribot</groupId>
2626
<artifactId>easyadapter</artifactId>
27-
<version>1.4.0</version>
27+
<version>1.5.0</version>
2828
<type>aar</type>
2929
</dependency>
3030
```
3131
#### 3. Manual
3232

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

3535
Sample
3636
--------------

downloads/easyadapter-1.5.0.jar

20 KB
Binary file not shown.

0 commit comments

Comments
 (0)