vmadalin / easypermissions-ktx

🔓 Kotlin version of the popular google/easypermissions wrapper library to simplify basic system permissions logic on Android M or higher.
https://firebaseopensource.com/projects/googlesamples/easypermissions/
Apache License 2.0
382 stars 38 forks source link

Removing jcenter() error in build #4

Closed techker closed 3 years ago

techker commented 3 years ago

Basic Information

Device type:Android OS version: 11 EasyPermissions version: all

Describe the problem

With the new Android X JCenter() is now deprecated. when removing it fro gradle we get Failed to resolve: com.vmadalin:easypermissions-ktx:0.1.0

Code and logs

Failed to resolve: com.vmadalin:easypermissions-ktx:0.1.0 Show in Project Structure dialog Affected Modules: app

// TODO(you): show the code that produces the problem, // and any relevant logs.

vmadalin commented 3 years ago

Hi @techker thank you for the ticket. I created a branch with the changes https://github.com/VMadalin/easypermissions-ktx/tree/migrate-to-maven-central and soon as I have everything in place to publish to maven central I gonna create the PR.

techker commented 3 years ago

great thx!