This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
v2.0.0
Version 2.0.0 contains some breaking changes:
- Drop support for
android.app.Fragment
, which is deprecated in Android 28. Apps that want to useEasyPermissions
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
.