Skip to content

Commit

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

## 2.0.2
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.3")
implementation("dev.androidbroadcast.vbpd:vbpd:2.0.4")

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

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.3"
vbpd = "2.0.4"

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

0 comments on commit 2731125

Please sign in to comment.