EasyPermissions v2.0.0 Release Notes

Release Date: 2018-09-24 // over 5 years ago
  • ๐Ÿ”– 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.