I added these lines into my proguard-rules.pro
and it stopped crashing.
-keep public class * extends androidx.preference.Preference
-keep public class * extends androidx.preference.PreferenceFragmentCompat
CLICK HERE to find out more related problems solutions.