Skip to content

Commit

Permalink
update README for new release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Raj committed Feb 29, 2016
1 parent 78fef0d commit 950c380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ValidatedTextInputLayout
ValidatedTextInputLayout [ ![Download](https://api.bintray.com/packages/julianraj/maven/validatedtextinputlayout/images/download.svg) ](https://bintray.com/julianraj/maven/validatedtextinputlayout/_latestVersion)
========================

>An extension to android design support library's TextInputLayout with validation support
Expand Down Expand Up @@ -77,13 +77,13 @@ ValidatedTextInputLayout
<dependency>
<groupId>com.julianraj</groupId>
<artifactId>validatedtextinputlayout</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<type>pom</type>
</dependency>

- **Gradle**

compile 'com.julianraj:validatedtextinputlayout:0.0.1'
compile 'com.julianraj:validatedtextinputlayout:0.0.2'


- You can use and style it similar to **Android Design Library's** _TextInputLayout_
Expand Down

0 comments on commit 950c380

Please sign in to comment.