Releases: sagar-viradiya/eazypermissions
Releases · sagar-viradiya/eazypermissions
v2.0.3
Version conflict fix
v2.0.0 of DSL permission was pointing to v2.0.0 of common instead of the latest v2.0.1 causing a crash at runtime while accessing PermissionResult property permissionId
which was added in common v2.0.1. This release will fix this issue.
Also since coroutines permission was on v2.0.2 and common was on v2.0.1 there was an error while including coroutines permission since there was no common v2.0.2. This release will also fix this issue.
Bug fix
Minor change in PermissionResult structure
Added new field requestCode
in PermissionResult
for direct access of requestCode
rather than checking from individual subclasses.
Kotlin DSL support
Kotlin DSL support for Android runtime permission API.
AndroidX Migration
Moved all dependencies to AndroidX.
Initial release
- Coroutines support - Request and get the result within coroutines without any callbacks.
- LiveData support - Observe the result through LiveData.