Closed entibaldi closed 3 years ago
@entibaldi thanks for the issue! We're looking into it
Any updates on this issue?
Time is running out.
This works for now
allprojects {
repositories {
google()
mavenCentral()
// https://jeroenmols.com/blog/2021/02/04/migratingjcenter/
jcenter() {
content {
includeModule("pub.devrel", "easypermissions")
}
}
}
}
I just published version 3.0.0
to Maven Central, it should be available now or maybe in a few minutes when the caches clear.
This was swift, thank you!
Hello, Can you move the "pub.devrel:easypermissions:2.0.1" also to mavenCentral()? Because I'm using the Android Support Library and JCenter is down. Thank you!
Basic Information
Hello! Your library is published only to jcenter. Please consider publishing it also to mavenCentral, as jcenter is shutting down in May.
Here is some info on how to publish artifacts to mavenCentral.