Skip to content

Commit 969c218

Browse files
committed
Update version to 1.5.2
1 parent 0f55989 commit 969c218

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.5.2
2+
- Bug fixing
3+
14
## 1.5.1
25
- Fix memory leaks
36

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.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

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.1-beta01"
38+
versionName = "1.5.2"
3939

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

0 commit comments

Comments
 (0)