Open erikjhordan-rey opened 5 years ago
It seems as long as you don't obfuscaste the binding mapper, you can still have minifyEnabled true
without the runtime crash.
-keep class com.example.module1.DataBinderMapperImpl { *; }
-keep class com.example.module2.DataBinderMapperImpl { *; }
thanks, of course, I tried this solution and doesn't seem it works. (maybe I missing something)
Hi! I noticed about the app crash in runtime related to shrinking enabled
minifyEnabled true
, Any update about this issue?https://github.com/android/plaid/blob/master/app/build.gradle#L57