Skip to content

Commit

Permalink
tag 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
eddmash committed Nov 20, 2017
1 parent 4434ce6 commit b373e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/eddmash/validation'
gitUrl = 'https://github.com/eddmash/validation.git'

libraryVersion = "1.0.11"
libraryVersion = "1.0.12"

developerId = 'eddmash'
developerName = 'Eddilbert Macharia'
Expand All @@ -29,7 +29,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 11
versionCode 12
versionName "${libraryVersion}"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit b373e2e

Please sign in to comment.