This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
Release 3.0.0
With this release, we have fully redesign the Dexter API to make it fluent.
- Dexter now asks for an
Activity
instead of anApplication
context so that you don't have to worry about strangeonResume
calls when permissions have been already granted. - New fluent API to make the library easier to use.
- Add a new callback for the sample snackbar listener implementation.