Skip to content

Commit

Permalink
Release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingtoncosta committed Nov 19, 2017
1 parent a340ddd commit f53a710
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ __Step 2__ - Add the dependencies:

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

Expand Down
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version = '1.0.7'

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

buildscript {
Expand All @@ -22,7 +24,7 @@ buildscript {
],
javapoet: 'com.squareup:javapoet:1.9.0',
autoService: 'com.google.auto.service:auto-service:1.0-rc3',
'junit': 'junit:junit:4.12'
junit: 'junit:junit:4.12'
]

repositories {
Expand All @@ -41,6 +43,8 @@ buildscript {
}

subprojects { project ->
project.version = rootProject.version

repositories {
mavenCentral()
google()
Expand Down

0 comments on commit f53a710

Please sign in to comment.