Skip to content

Release v7.2.5

Compare
Choose a tag to compare
@marcherdiego marcherdiego released this 01 Dec 21:14
· 78 commits to develop since this release

v7.2.5

New

  • Kotlin and gradle versions upgrade
  • Converted withFragmentByTag block to Fragment extension function
  • Removed deprecated lifecycle functions on View and Model
  • Removed deprecated extension functions for fragment transaction handling and find fragments by tag utils
  • Upgrade event bus library to 3.2.0 ! Release notes
  • Added replace fragment with tag

Fixed

  • Added open modifier to BaseFragmentPresenter#onViewStateRestored function