Skip to content

Commit 08d9010

Browse files
author
Julian Raj
committed
update version name
1 parent e3f001b commit 08d9010

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ ValidatedTextInputLayout [ ![Download](https://api.bintray.com/packages/julianra
9191
<dependency>
9292
<groupId>com.julianraj</groupId>
9393
<artifactId>validatedtextinputlayout</artifactId>
94-
<version>0.0.3</version>
94+
<version>0.0.4</version>
9595
<type>pom</type>
9696
</dependency>
9797

9898
- **Gradle**
9999

100-
compile 'com.julianraj:validatedtextinputlayout:0.0.3'
100+
compile 'com.julianraj:validatedtextinputlayout:0.0.4'
101101

102102

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

validatedtextinputlayout/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ext {
1414
siteUrl = 'https://github.com/julianraj/ValidatedTextInputLayout'
1515
gitUrl = 'https://github.com/julianraj/ValidatedTextInputLayout.git'
1616

17-
libraryVersion = '0.0.3'
17+
libraryVersion = '0.0.4'
1818

1919
developerId = 'julianraj'
2020
developerName = 'Julian Raj Manandhar'
@@ -33,7 +33,7 @@ android {
3333
minSdkVersion 9
3434
targetSdkVersion 23
3535
versionCode 1
36-
versionName "0.0.3"
36+
versionName "0.0.4"
3737
}
3838
buildTypes {
3939
release {

0 commit comments

Comments
 (0)