Skip to content

Commit 34f2c05

Browse files
committed
Update version to 2.0.2
1 parent d532f42 commit 34f2c05

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.2
2+
- Remove checking access from the Main thread
3+
14
## 2.0.1
25
- VBPD-reflection: revert new generic param in 2.0.0 for Activity ViewBindings
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allprojects {
2121

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

2626
// additional factories that use reflection under hood
2727
implementation("dev.androidbroadcast.vbpd:vbpd-reflection:2.0.1")

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kotlin = "2.1.10"
1414
leakcanary = "2.7"
1515
vanniktechMavenPublish = "0.30.0"
1616
jvmTarget = "11"
17-
vbpd = "2.0.1"
17+
vbpd = "2.0.2"
1818

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

0 commit comments

Comments
 (0)