Skip to content

Commit 950c380

Browse files
author
Julian Raj
committed
update README for new release 0.0.2
1 parent 78fef0d commit 950c380

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ValidatedTextInputLayout
1+
ValidatedTextInputLayout [ ![Download](https://api.bintray.com/packages/julianraj/maven/validatedtextinputlayout/images/download.svg) ](https://bintray.com/julianraj/maven/validatedtextinputlayout/_latestVersion)
22
========================
33

44
>An extension to android design support library's TextInputLayout with validation support
@@ -77,13 +77,13 @@ ValidatedTextInputLayout
7777
<dependency>
7878
<groupId>com.julianraj</groupId>
7979
<artifactId>validatedtextinputlayout</artifactId>
80-
<version>0.0.1</version>
80+
<version>0.0.2</version>
8181
<type>pom</type>
8282
</dependency>
8383

8484
- **Gradle**
8585

86-
compile 'com.julianraj:validatedtextinputlayout:0.0.1'
86+
compile 'com.julianraj:validatedtextinputlayout:0.0.2'
8787

8888

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

0 commit comments

Comments
 (0)