Skip to content

Commit

Permalink
Prepare version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingtoncosta committed Jan 26, 2018
1 parent ec4d0cf commit fbea5e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ __Step 2__ - Initialize Convalida:
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_sample);
Convalida.init(this);
SampleActivityFieldsValidation.init(this);
}
```

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

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

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.1.0'
version = '1.2.0'

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

Expand Down

0 comments on commit fbea5e6

Please sign in to comment.