1 questions from the last 30 days
1
vote
0
answers
63
views
ClassCastException when using ViewModelProvider.Factory in release build after R8 obfuscation (works fine in debug)
I'm facing a strange issue that only occurs in the release build of my Android app (signed and uploaded to Google Play).
In debug mode, everything works perfectly.
After publishing or installing the ...