Skip to content

3.0.1

Compare
Choose a tag to compare
@deva666 deva666 released this 04 Nov 07:40
· 26 commits to master since this release
eeae02f

Major release with a breaking change.
Permission results are now returned as Kotlin coroutine Flow.

  • PermissionResult now has a single String permission as property.
  • Peko singleton is removed. PermissionRequester interface is now its replacement.
  • Extension functions for Fragment and Activity are removed.
  • PermissionLiveData class removed
  • Updated to Kotlin v1.6.21 and coroutines v1.6.4