Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Feb 5, 2023
1 parent 7879a31 commit 788e949
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 @@ -23,10 +23,10 @@ allprojects {
dependencies {
// reflection-based flavor
implementation 'com.github.kirich1409:viewbindingpropertydelegate:1.5.6'
implementation 'com.github.kirich1409:viewbindingpropertydelegate:1.5.8'
// reflection-free flavor
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.6'
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.8'
}
```

Expand Down Expand Up @@ -59,7 +59,7 @@ class ProfileActivity : AppCompatActivity(R.layout.profile) {

# License

Copyright 2020-2022 Kirill Rozov
Copyright 2020-2023 Kirill Rozov

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 788e949

Please sign in to comment.