Releases: deva666/Peko
Releases · deva666/Peko
v3.0.5
v3.0.4
v3.0.3
3.0.1
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
andActivity
are removed. PermissionLiveData
class removed- Updated to Kotlin v1.6.21 and coroutines v1.6.4
v3.0.0-ALPHA-01
Major release with a breaking change from vanilla Kotlin coroutines to Kotlin coroutine Flow.
PermissionResult
now has a singleString
permission as property.Peko
singleton is removed.PermissionRequester
interface is now its replacement.- Extension functions for
Fragment
andActivity
are removed. PermissionLiveData
class removed- Updated to Kotlin v1.6.21 and coroutines v1.6.4