androidbroadcast / ViewBindingPropertyDelegate

Make work with Android View Binding simpler
https://proandroiddev.com/make-android-view-binding-great-with-kotlin-b71dd9c87719
Apache License 2.0
1.42k stars 102 forks source link

Revert Proguard rules #51

Closed andersu closed 3 years ago

andersu commented 3 years ago

This commit made our app crash when running a release variant: https://github.com/kirich1409/ViewBindingPropertyDelegate/commit/907b13b5c1a18be4a988166d0393737880c43e28#diff-be7704ec9038c559b1f99dfc3600299d5cad056d32f60028f1d037bc6ed2475f

This issue was reported by my colleague Cristan: https://github.com/kirich1409/ViewBindingPropertyDelegate/issues/49

Reverting the rules made it work again.

kirich1409 commented 3 years ago

I've updated the rules and it must help