Skip to content

Commit

Permalink
Update version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Feb 12, 2025
1 parent f1e3f00 commit 1953fca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.3
- Fix memory leaks when using VBPD in Activities [#127](https://github.com/androidbroadcast/ViewBindingPropertyDelegate/issues/127)

## 2.0.2
- Removing checking access from the Main thread to correct work with [AsyncLayoutInflater](https://developer.android.com/jetpack/androidx/releases/asynclayoutinflater)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ allprojects {

dependencies {
// recommended
implementation("dev.androidbroadcast.vbpd:vbpd:2.0.2")
implementation("dev.androidbroadcast.vbpd:vbpd:2.0.3")

// additional factories that use reflection under hood
implementation("dev.androidbroadcast.vbpd:vbpd-reflection:2.0.2")
implementation("dev.androidbroadcast.vbpd:vbpd-reflection:2.0.3")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ androidx-recyclerview = "1.4.0"
kotlin = "2.1.10"
vanniktechMavenPublish = "0.30.0"
jvmTarget = "11"
vbpd = "2.0.2"
vbpd = "2.0.3"

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

0 comments on commit 1953fca

Please sign in to comment.