Skip to content

Commit

Permalink
Update version to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Jan 6, 2022
1 parent b0107f3 commit febc828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ allprojects {
}
dependencies {
implementation 'com.github.kirich1409:viewbindingpropertydelegate:1.5.5'
implementation 'com.github.kirich1409:viewbindingpropertydelegate:1.5.6'
// To use only without reflection variants of viewBinding
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.5'
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ext {
minSdkVersion = 14
targetSdkVersion = 29

versionName = "1.5.5"
versionName = "1.5.6"

dependencies = [:]
dependencies.coreKtx = 'androidx.core:core-ktx:1.7.0'
Expand Down

0 comments on commit febc828

Please sign in to comment.