Skip to content

Commit 6494f6d

Browse files
committed
Update version to 1.5.3
1 parent 1ca4918 commit 6494f6d

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.5.3
2+
November 19, 2021
3+
4+
- Fix clear Fragment when it will be destroyed
5+
16
## 1.5.2
27
November 13, 2021
38

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ allprojects {
2222
}
2323
2424
dependencies {
25-
implementation 'com.github.kirich1409:viewbindingpropertydelegate:1.5.2'
25+
implementation 'com.github.kirich1409:viewbindingpropertydelegate:1.5.3'
2626
2727
// To use only without reflection variants of viewBinding
28-
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.2'
28+
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.3'
2929
}
3030
```
3131

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ext {
3535
minSdkVersion = 14
3636
targetSdkVersion = 29
3737

38-
versionName = "1.5.2"
38+
versionName = "1.5.3"
3939

4040
dependencies = [:]
4141
dependencies.coreKtx = 'androidx.core:core-ktx:1.7.0'

0 commit comments

Comments
 (0)