Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release version 0.1.0 is different from the source code #3

Closed
NIUDEYANG123 opened this issue Feb 8, 2021 · 1 comment
Closed

release version 0.1.0 is different from the source code #3

NIUDEYANG123 opened this issue Feb 8, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@NIUDEYANG123
Copy link

Basic Information

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)
    }
@vmadalin vmadalin added the documentation Improvements or additions to documentation label May 4, 2021
@vmadalin
Copy link
Owner

vmadalin commented May 4, 2021

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:

    implementation 'com.vmadalin:easypermissions-ktx:1.0.0'

@vmadalin vmadalin closed this as completed May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants