Skip to content

Commit 1953fca

Browse files
committed
Update version to 2.0.3
1 parent f1e3f00 commit 1953fca

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+
## 2.0.3
2+
- Fix memory leaks when using VBPD in Activities [#127](https://github.com/androidbroadcast/ViewBindingPropertyDelegate/issues/127)
3+
14
## 2.0.2
25
- Removing checking access from the Main thread to correct work with [AsyncLayoutInflater](https://developer.android.com/jetpack/androidx/releases/asynclayoutinflater)
36

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ allprojects {
2121

2222
dependencies {
2323
// recommended
24-
implementation("dev.androidbroadcast.vbpd:vbpd:2.0.2")
24+
implementation("dev.androidbroadcast.vbpd:vbpd:2.0.3")
2525

2626
// additional factories that use reflection under hood
27-
implementation("dev.androidbroadcast.vbpd:vbpd-reflection:2.0.2")
27+
implementation("dev.androidbroadcast.vbpd:vbpd-reflection:2.0.3")
2828
}
2929
```
3030

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ androidx-recyclerview = "1.4.0"
1313
kotlin = "2.1.10"
1414
vanniktechMavenPublish = "0.30.0"
1515
jvmTarget = "11"
16-
vbpd = "2.0.2"
16+
vbpd = "2.0.3"
1717

1818
[libraries]
1919
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidx-activity" }

0 commit comments

Comments
 (0)