2.0.0
版本发布时间: 2018-09-25 00:46:18
googlesamples/easypermissions最新发布版本:3.0.0(2019-01-24 05:59:08)
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
.