Skip to content

Commit 2731125

Browse files
committed
Update version to 2.0.4
1 parent 1953fca commit 2731125

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.0.3
1+
## 2.0.4
22
- Fix memory leaks when using VBPD in Activities [#127](https://github.com/androidbroadcast/ViewBindingPropertyDelegate/issues/127)
33

44
## 2.0.2

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.3")
24+
implementation("dev.androidbroadcast.vbpd:vbpd:2.0.4")
2525

2626
// additional factories that use reflection under hood
27-
implementation("dev.androidbroadcast.vbpd:vbpd-reflection:2.0.3")
27+
implementation("dev.androidbroadcast.vbpd:vbpd-reflection:2.0.4")
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.3"
16+
vbpd = "2.0.4"
1717

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

0 commit comments

Comments
 (0)