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

Migrate from jCenter to mavenCentral #59

Closed
mfperminov opened this issue May 23, 2021 · 2 comments
Closed

Migrate from jCenter to mavenCentral #59

mfperminov opened this issue May 23, 2021 · 2 comments

Comments

@mfperminov
Copy link

Not available on bintray.
JCenter deprecation and end of service: https://developer.android.com/studio/build/jcenter-migration

Cannot sync project because of 403 forbidden error

@Miha-x64
Copy link
Owner

Yep, thanks, this is in progress. New version will be on Maven Central.

@Miha-x64
Copy link
Owner

Miha-x64 commented May 28, 2021

Well, it's now available on mavenCentral() with groupId su.lychee and version 0.0.17, but some pom.xml files are incorrect, so additional dependencies must be added by hand:

repositories {
    maven { url "https://jitpack.io" }
}
dependencies {
    implementation("com.github.Miha-x64.Kotlin-MPP_Collection_utils:Collection-utils-jvm:1.0-alpha05")
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants