File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 1.5.2
2+ - Bug fixing
3+
14## 1.5.1
25- Fix memory leaks
36
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.1-beta01 '
25+ implementation 'com.github.kirich1409:viewbindingpropertydelegate:1.5.2 '
2626
2727 // To use only without reflection variants of viewBinding
28- implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.0-beta01 '
28+ implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.2 '
2929}
3030```
3131
Original file line number Diff line number Diff line change 3535 minSdkVersion = 14
3636 targetSdkVersion = 29
3737
38- versionName = " 1.5.1-beta01 "
38+ versionName = " 1.5.2 "
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