Skip to content

Commit

Permalink
update version name
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Raj committed Mar 10, 2016
1 parent e3f001b commit 08d9010
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ ValidatedTextInputLayout [ ![Download](https://api.bintray.com/packages/julianra
<dependency>
<groupId>com.julianraj</groupId>
<artifactId>validatedtextinputlayout</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<type>pom</type>
</dependency>

- **Gradle**

compile 'com.julianraj:validatedtextinputlayout:0.0.3'
compile 'com.julianraj:validatedtextinputlayout:0.0.4'


- You can use and style it similar to **Android Design Library's** _TextInputLayout_
Expand Down
4 changes: 2 additions & 2 deletions validatedtextinputlayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
siteUrl = 'https://github.com/julianraj/ValidatedTextInputLayout'
gitUrl = 'https://github.com/julianraj/ValidatedTextInputLayout.git'

libraryVersion = '0.0.3'
libraryVersion = '0.0.4'

developerId = 'julianraj'
developerName = 'Julian Raj Manandhar'
Expand All @@ -33,7 +33,7 @@ android {
minSdkVersion 9
targetSdkVersion 23
versionCode 1
versionName "0.0.3"
versionName "0.0.4"
}
buildTypes {
release {
Expand Down

0 comments on commit 08d9010

Please sign in to comment.