diff --git a/README.md b/README.md index f4437a6..2e57367 100644 --- a/README.md +++ b/README.md @@ -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") } ```