Releases: PatilShreyas/permission-flow-android
Releases · PatilShreyas/permission-flow-android
v2.1.0
What's changed
- Updated SDK to compile with Android 15.
- Targets
androidx.activity
to 1.10.0 that had binary breaking changes. - Updated
permission-flow-compose
to use Compose BoM version2025.02.00
.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's changed
- [#81] Remove the duration of debounce to refresh the permission states after Lifecycle events.
- [#76] Added support for rationale state updates.
Full Changelog: v1.2.0...v2.0.0
v1.2.0
What's Changed
- [#54] Add a new method variant of
registerForPermissionFlowRequestsResult
forFragment
without parameterActivityResultRegistry
.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- [#38] Added support for automatic initialization of library using AppStartup library
- Updated library target to Android API 33
Many thanks to @dev-weiqi made their first contribution😀
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Initial Release of Permission Flow For Android 🎉.