1.1.0
版本发布时间: 2017-12-07 03:55:29
googlesamples/easypermissions最新发布版本:3.0.0(2019-01-24 05:59:08)
Version 1.1.0
contains bug fixes, API improvements, and some deprecations:
- New
PermissionRequest
builder API for passing arguments toEasyPermissions.requestPermissions
via #180- Allows passing of theme argument for the rationale dialog (#174)
- Replaces some of the
requestPermissions
overloads 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.