Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Carballo committed Mar 21, 2014
1 parent fab97ef commit 53fceb7
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,25 @@ Using `AdapterViews` has never been so easy. Inspired by the [view holder](http:

EasyAdapter supports Android 2.1 and above.

Downloads
Setup
--------------
#### 1. Gradle
```java
dependencies {
compile 'uk.co.ribot:easyadapter:1.0.0'
}
```
#### 2. Maven
```xml
<dependency>
<groupId>uk.co.ribot</groupId>
<artifactId>easyadapter</artifactId>
<version>1.0.0</version>
</dependency>
```
#### 3. Manual

* __[EasyAdapter v1.0](https://raw.github.com/ribot/EasyAdapter/master/downloads/easyadapter-v1.0.jar)__ -- [Reference](https://rawgithub.com/ribot/EasyAdapter/master/easyadapter/docs/v1.0/index.html)
Download the __[latest Jar](https://raw.github.com/ribot/EasyAdapter/master/downloads/easyadapter-v1.0.jar)__

Examples
--------------
Expand Down

0 comments on commit 53fceb7

Please sign in to comment.