mavericks: ClassNotFoundException on 1.0.2
Hi there,
We have recently updated mvrx dependency from 1.0.1
to 1.0.2
. Which has messed up lots of our classes on our release builds with proguard. We are basically getting java.lang.ClassNotFoundException
all over the app(data classes, enums, Async from mvrx, etc…)
Reverting to 1.0.1 fixes the problem
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 23 (10 by maintainers)
Commits related to this issue
- Enable R8 for the todomvrx sample This was to be able to reproduce https://github.com/airbnb/MvRx/issues/253 but I failed. — committed to tasomaniac/MvRx by tasomaniac 5 years ago
Repo project: https://github.com/chrisbanes/tivi Update the dependency to 1.0.2 in
buildSrc../
, and then./gradlew app:assembleRelease