Skip to content

Commit

Permalink
Update README to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rengwuxian committed Apr 29, 2015
1 parent 6fb79f6 commit d003866
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,25 @@ AppCompat v21 makes it easy to use Material Design EditText in our apps, but it'

## Sample

[MaterialEditText-2.0.3-sample.apk](https://github.com/rengwuxian/MaterialEditText/releases/download/2.0.3/MaterialEditText-2.0.3-sample.apk)
[MaterialEditText-2.1.3-sample.apk](https://github.com/rengwuxian/MaterialEditText/releases/download/2.1.3/MaterialEditText-2.1.3-sample.apk)

## Download

Eclipse:
[MaterialEditText-2.0.3.aar](https://github.com/rengwuxian/MaterialEditText/releases/download/2.0.3/MaterialEditText-2.0.3.aar)
[MaterialEditText-2.1.3.aar](https://github.com/rengwuxian/MaterialEditText/releases/download/2.1.3/MaterialEditText-2.1.3.aar)

gradle:

```groovy
compile 'com.rengwuxian.materialedittext:library:2.0.3'
compile 'com.rengwuxian.materialedittext:library:2.1.3'
```

Maven:
```xml
<dependency>
<groupId>com.rengwuxian.materialedittext</groupId>
<artifactId>library</artifactId>
<version>2.0.3</version>
<version>2.1.3</version>
<type>aar</type>
</dependency>
```
Expand Down

0 comments on commit d003866

Please sign in to comment.