File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.5.3
2+ November 19, 2021
3+
4+ - Fix clear Fragment when it will be destroyed
5+
16## 1.5.2
27November 13, 2021
38
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ allprojects {
2222}
2323
2424dependencies {
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
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments