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

Most upvoted comments

Repo project: https://github.com/chrisbanes/tivi Update the dependency to 1.0.2 in buildSrc../, and then ./gradlew app:assembleRelease