File
FloatingActionButton.java
Exception message
java.lang.NoSuchMethodError: No static method getScreenWidthDp(Landroid/content/res/Resources;)I in class Landroid/support/v4/content/res/ConfigurationHelper; or its super classes (declaration of 'android.support.v4.content.res.ConfigurationHelper' appears in /data/app/org.medcada.android.daily-1/split_lib_dependencies_apk.apk:classes2.dex) at android.support.design.widget.FloatingActionButton.getSizeDimension(FloatingActionButton.java:442)
Looks like from the times when Support library didn't have support for Maetrial design. I've modified to use Support library versions now.
Coverage remained the same at 19.154% when pulling 170522a588c9abc8e9a73123028284e72e0b978a on support-fab into 915ddfc9bce5b8d0a490a79a28731eb6fd32aede on develop.
Coverage remained the same at 19.154% when pulling 3b153ce4d555933ef3c853378b4c2ec1ab837d38 on support-fab into 915ddfc9bce5b8d0a490a79a28731eb6fd32aede on develop.
Since we are getting an error on some devices:
Looks like from the times when Support library didn't have support for Maetrial design. I've modified to use Support library versions now.
Please verify!