So, I managed to build by adding this to proguard: -dontwarn android.databinding.** -keep class android.databinding.** { *; } -dontwarn android.databinding.** -keep class android.databinding.** { *; }
What I donβt think is the right decision to just ignore these classes, but I think we just have to wait for the update from Google. By adding this to proguard, I was able to create an apk release, but it failed, I thought it was still proguard, but found other errors in my code.
source share