Skip to content

Commit

Permalink
Update version to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Nov 19, 2021
1 parent 1ca4918 commit 6494f6d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.5.3
November 19, 2021

- Fix clear Fragment when it will be destroyed

## 1.5.2
November 13, 2021

Expand Down
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.2'
implementation 'com.github.kirich1409:viewbindingpropertydelegate:1.5.3'
// To use only without reflection variants of viewBinding
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.2'
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.3'
}
```

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.2"
versionName = "1.5.3"

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

0 comments on commit 6494f6d

Please sign in to comment.