Built to work with Jetpack Compose v1.0.1 (also works with v1.1.0-xx).
Accompanist is now built against SDK 31
This means that your apps also need to compile against SDK 31. This was necessitated by the latest AndroidX releases also being built against SDK 31.
Note: this has no bearing on your targetSdkVersion
, you can continue to set that as you need.
What’s Changed
- Update to depend on Navigation 2.4.0-alpha07 (#668) @ianhanniballake
- Compile and target using Android SDK 31 (#665) @chrisbanes
- [Navigation Animation] Add AnimatedContentScope and AnimatedVisiblityScope (#662) @ianhanniballake
- [Pager] Add InteractionSource property (#666) @chrisbanes
- Content align (#664) @jbw0033
- Rename defaultPagerFlingConfig to rememberPagerFlingConfig (#659) @chrisbanes
- [Pager] Tweaks to PagerState.targetPage (#658) @chrisbanes
- Expose ModalBottomSheetState's offset from Navigator's state (#643) @jossiwolf
- Fix NPE on pager indicator (#647) @yasincidem
- Finish checksum.sh sentence (#638) @alexvanyo
- minor fix typo in docs (#636) @wiryadev