MvRx v1.3.0 Release Notes

Release Date: 2019-10-29 // over 4 years ago
    • Revamp state saving to use Android Jetpack SavedStateRegistry (#254)

    💥 Breaking - This removes the need for MvRxViewModelStoreOwner and BaseMvRxActivity and thus those classes
    are now deleted.

    If you were using BaseMvRxActivity you can instead now extend from AppCompatActivity.

    All usages of mvrxViewModelStore can simply be deleted - state saving now happens completley
    automatically.