Skip to content

Commit

Permalink
Merge pull request #22 from futuredapp/release/update-readme-3.0.0
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
skywall authored Feb 13, 2020
2 parents 022b36b + 9e95c57 commit f92aae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ allprojects {
`module/build.gradle`:
```groovy
dependencies {
implementation("com.github.thefuntasty.hauler:library:2.0.0")
implementation("com.github.thefuntasty.hauler:library:3.0.0")
// optional dependency with set of Data Binding adapters
implementation("com.github.thefuntasty.hauler:databinding:2.0.0")
implementation("com.github.thefuntasty.hauler:databinding:3.0.0")
}
```

0 comments on commit f92aae4

Please sign in to comment.