Closed iFr0z closed 6 years ago
How fix it?
Warning: com.github.omadahealth.typefaceview.TypefaceTextView: can't find referenced class android.databinding.BindingAdapter
-dontwarn android.databinding.** -keep class android.databinding.** { *; }
This helped me
How fix it?