Skip to content

0.18.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 10:17
· 2 commits to refs/heads/master since this release
26b0e13

Changes

  • #111 for xcode 15 support

  • #105 added NotGranted permission state for android only

  • #112 added BACKGROUND_LOCATION Permission

  • #114 added a different approach to request permissions without fragmentManager

Breaking Changes

Was changed approach to bind the permissions controller to the activity lifecycle

migration sample:
viewModel.permissionsController.bind(lifecycle, supportFragmentManager) -> viewModel.permissionsController.bind(activity)

for compose BindEffect(viewModel.permissionsController) no changes required

Thanks

@jacobras