EasyPermissions v3.0.0 Release Notes

Release Date: 2019-01-23 // over 5 years ago
  • 🔖 Version 3.0.0 contains a breaking change:

    • Move from using Android Support Libraries (com.android.support.*) to AndroidX libraries (androidx.*). If you are using the Android Support Libraries without using Jetifier this is a breaking change for you.

    ⚡️ The newly updated transitive dependencies are:

     \<dependencies\> \<dependency\> \<groupId\>androidx.appcompat\</groupId\> \<artifactId\>appcompat\</artifactId\> \<version\>1.0.2\</version\> \</dependency\> \<dependency\> \<groupId\>androidx.core\</groupId\> \<artifactId\>core\</artifactId\> \<version\>1.0.1\</version\> \</dependency\> \<dependency\> \<groupId\>androidx.fragment\</groupId\> \<artifactId\>fragment\</artifactId\> \<version\>1.0.0\</version\> \</dependency\> \</dependencies\>
    

Previous changes from v2.0.1

  • 🔖 Version 2.0.1 contains bug fixes for the following issue:

    • Crash when showing rationale in a FragmentActivity that is not an AppCompatActivity (#266)