Skip to content

v2.0.0

Compare
Choose a tag to compare
@samtstern samtstern released this 24 Sep 16:46
· 30 commits to master since this release

Version 2.0.0 contains some breaking changes:

  • Drop support for android.app.Fragment, which is deprecated in Android 28. Apps that want to use EasyPermissions in a Fragment should use the Fragment class in the Android Support Library (AndroidX).
  • Remove all previously @Deprecated methods to clean up the API.

This version also bumps the support library dependency from 27.1.1 to 28.0.0. This will be the last release using the old-style support library before moving to androidx.