This repository was archived by the owner on Oct 3, 2024. It is now read-only.
v1.1.0
Version 1.1.0 contains bug fixes, API improvements, and some deprecations:
- New
PermissionRequestbuilder API for passing arguments toEasyPermissions.requestPermissionsvia #180- Allows passing of theme argument for the rationale dialog (#174)
- Replaces some of the
requestPermissionsoverloads that had many arguments.
- Improved Kotlin support with method and parameter annotations (#178)
- Reduce the likelihood of #150 via #170
Special thanks to @SUPERCILEX who spearheaded the new API changes.