Skip to content

Commit

Permalink
Fix library setup in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Mar 2, 2021
1 parent 6ca2857 commit 7bac816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation 'com.github.kirich1409:viewbindingpropertydelegate:1.4.2'
// To use only without reflection variants of viewBinding
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.4.1'
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.4.2'
}
```

Expand Down

0 comments on commit 7bac816

Please sign in to comment.