0.10.2
mustafaberkaymutlu
released this
27 Feb 14:45
·
49 commits
to master
since this release
Behavior changes:
- Fixed an issue where
MultipleStackNavigator#reset
andMultipleStackNavigator#resetCurrentTab
functions throwIllegalArgumentException: Required value was null.
Maintenance changes:
- Updated Kotlin from 1.3.50 to 1.7.20
- Updated Gradle from 7.3.3 to 7.6
- Updated Android Gradle Plugin from 7.2.2 to 7.4.1
- Enabled Gradle's build daemon and build cache
- Enabled Gradle's version catalogs and type-safe project accessors
- Added a pull-request pipeline that builds and runs tests for each pull request
- Added tests for
MultipleStackNavigator
to cover reset and goBack scenarios