Skip to content

Commit

Permalink
Updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokimo committed Mar 26, 2016
1 parent 4629f54 commit 561fc0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ Add the base into your dependencies:
``` groovy
dependencies {
// base files
compile 'com.github.thiagokimo.Base:base:1.2.0'
compile 'com.github.thiagokimo.Base:base:1.3.0'
}
```

Base can be used with the support libraries as well:
``` groovy
// support v4
compile 'com.github.thiagokimo.Base:base-v4:1.2.0'
compile 'com.github.thiagokimo.Base:base-v4:1.3.0'
```
``` groovy
// support v7
compile 'com.github.thiagokimo.Base:base-v7:1.2.0'
compile 'com.github.thiagokimo.Base:base-v7:1.3.0'
```

## Credits
Expand Down

0 comments on commit 561fc0b

Please sign in to comment.