Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Release 3.0.0

Compare
Choose a tag to compare
@Serchinastico Serchinastico released this 23 Dec 16:41
· 88 commits to master since this release

With this release, we have fully redesign the Dexter API to make it fluent.

  • Dexter now asks for an Activity instead of an Application context so that you don't have to worry about strange onResume 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.