File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ allprojects {
2121
2222dependencies {
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" )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ kotlin = "2.1.10"
1414leakcanary = " 2.7"
1515vanniktechMavenPublish = " 0.30.0"
1616jvmTarget = " 11"
17- vbpd = " 2.0.1 "
17+ vbpd = " 2.0.2 "
1818
1919[libraries ]
2020androidx-activity = { module = " androidx.activity:activity" , version.ref = " androidx-activity" }
You can’t perform that action at this time.
0 commit comments