Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rengwuxian committed Nov 11, 2014
2 parents d87d247 + f2d3735 commit 44447bf
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 @@ -46,25 +46,25 @@ AppCompat v21 makes it easy to use Material Design EditText in our apps, but it'

## Sample

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

## Download

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

gradle:

```groovy
compile 'com.rengwuxian.materialedittext:library:1.1.0'
compile 'com.rengwuxian.materialedittext:library:1.2.1'
```

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

0 comments on commit 44447bf

Please sign in to comment.