Skip to content

Commit

Permalink
Update the version to 2.1.4 build 43
Browse files Browse the repository at this point in the history
  • Loading branch information
rengwuxian committed Jun 4, 2015
1 parent db8ba00 commit 0721da5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.1.3-sample.apk](https://github.com/rengwuxian/MaterialEditText/releases/download/2.1.3/MaterialEditText-2.1.3-sample.apk)
[MaterialEditText-2.1.4-sample.apk](https://github.com/rengwuxian/MaterialEditText/releases/download/2.1.4/MaterialEditText-2.1.4-sample.apk)

## Download

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

gradle:

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

Maven:
```xml
<dependency>
<groupId>com.rengwuxian.materialedittext</groupId>
<artifactId>library</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
<type>aar</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=2.1.3
VERSION_CODE=42
VERSION_NAME=2.1.4
VERSION_CODE=43
GROUP=com.rengwuxian.materialedittext

POM_DESCRIPTION=Android EditText in Material Design
Expand Down

0 comments on commit 0721da5

Please sign in to comment.