You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device type: ________
OS version: ________
EasyPermissions version: ________
Describe the problem
What happened? What did you expect to happen?
Code and logs
// TODO(you): show the code that produces the problem,
// and any relevant logs.
@JvmStatic
fun somePermissionPermanentlyDenied(
host: Activity,
@Size(min = 1) vararg deniedPerms: String
): Boolean {
return PermissionsHelper.newInstance(host).somePermissionPermanentlyDenied(deniedPerms)
}
The text was updated successfully, but these errors were encountered:
Hi @NIUDEYANG123 , thank you for the issue. Seems there was an issue with bintray regarding the version. Now this not longer apply since I moved the project to Maven Central on the following PR: #5. In order to have the latest changes use the following:
Basic Information
Device type: ________
OS version: ________
EasyPermissions version: ________
Describe the problem
What happened? What did you expect to happen?
Code and logs
The text was updated successfully, but these errors were encountered: