nabinbhandari / Android-Permissions

Library for easy handling of android run-time permissions.
410 stars 84 forks source link

issue with importing library #31

Open MohamedKandel opened 2 months ago

MohamedKandel commented 2 months ago

I want to add this library to my project but I always get Failed to resolve: com.nabinbhandari.android:permissions:3.8 in android studio 2023.3.1 patch 2

polesapart commented 2 months ago

@MohamedKandel I'm afraid this project is no longer maintained.

ismaelReis commented 4 days ago

Even I faced a problem with com 'com.nabinbhandari.android:permissions:3.8'. Looks like the owner of the dependency might have removed it. After a lot of searching, I found out a fork dependency and it worked for me. You can check it out here: https://github.com/nabinbhandari/Android-Permissions/issues/28#issuecomment-846410920

I used this in my java project, and hopefully it works for you. Cheers.