Skip to content

Commit

Permalink
update library version
Browse files Browse the repository at this point in the history
  • Loading branch information
julianraj committed Apr 4, 2017
1 parent 60fae64 commit eac35db
Showing 1 changed file with 2 additions and 2 deletions.
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.2'
libraryVersion = '0.2.0'

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

0 comments on commit eac35db

Please sign in to comment.