Skip to content

Commit

Permalink
Prepare version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingtoncosta committed Feb 8, 2018
1 parent 622c3b6 commit 82d135a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ TextInputLayout ageLayout;
@EmailValidation(R.string.invalid_email)
TextInputLayout emailLayout;

@ConfirmEmailValidation(R.string.emails_not_match)
TextInputLayout confirmEmailLayout;

@PatternValidation(errorMessage = R.string.invalid_phone, pattern = PHONE_PATTERN)
TextInputLayout phoneLayout;

Expand Down Expand Up @@ -98,8 +101,8 @@ __Step 2__ - Add the dependencies:

```groovy
dependencies {
compile 'com.github.WellingtonCosta.convalida:convalida:1.2.0'
annotationProcessor 'com.github.WellingtonCosta.convalida:convalida-compiler:1.2.0'
compile 'com.github.WellingtonCosta.convalida:convalida:1.2.1'
annotationProcessor 'com.github.WellingtonCosta.convalida:convalida-compiler:1.2.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '1.2.0'
version = '1.2.1'

apply plugin: 'com.github.ben-manes.versions'

Expand Down

0 comments on commit 82d135a

Please sign in to comment.