Skip to content

v1.1.0

Compare
Choose a tag to compare
@samtstern samtstern released this 06 Dec 19:55
· 64 commits to master since this release

Version 1.1.0 contains bug fixes, API improvements, and some deprecations:

  • New PermissionRequest builder API for passing arguments to EasyPermissions.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.