- Fixed an issue where the saved state stored when the activity was stopped but not destroyed would be incorrectly cached even after the fragment instance was moved back to the RESUMED state. This would cause that cached state to be reused if that fragment instance was on the back stack when using the multiple back stacks API to save and restore that fragment.
- Fragments now provide support for Predictive back when using Animators. This allows you to use the back gesture motion to seek to the previous fragment with your custom Animator before deciding to either commit or cancel the transaction via the completed gesture.
- Changed dependency of Activity library from version 1.5.1 to version 1.7.1.