googlesamples / easypermissions

Simplify Android M system permissions
https://firebaseopensource.com/projects/googlesamples/easypermissions/
Apache License 2.0
9.86k stars 1.46k forks source link

AndroidX migration? #265

Closed nareshkatta99 closed 5 years ago

nareshkatta99 commented 5 years ago

The users who are Using AndroidX can not use this awesome library. Please create another version for AndroidX migrated projects.

samtstern commented 5 years ago

@nareshkatta99 are you using Jetifier? What problems are you having using this library with AndroidX?

TejNote commented 5 years ago

@samtstern

When using the library in Fragment, it says that android.support.v4.app.Fragment can not be found.

The reason is that if you use androidx you are using androidx.fragment.app.Fragment the corresponding fragment.

samtstern commented 5 years ago

This is being addressed in #272 and will be a part of release 3.0.0

samtstern commented 5 years ago

Fixed and released in 3.0.0