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 Artifacts to Another Repository #190

Closed
commonsguy opened this issue Feb 4, 2021 · 1 comment
Closed

Migrate Artifacts to Another Repository #190

commonsguy opened this issue Feb 4, 2021 · 1 comment

Comments

@commonsguy
Copy link

This library is being published to JCenter. JCenter is being taken down on May 1 2021.

Ideally, this library would migrate to publish its artifacts on Maven Central or some other artifact repository.

Thanks for considering this!

@ShawnLin013
Copy link
Owner

Successfully migrated to Maven Central Repository. Thanks!
Don't forget to update the build.gradle.

buildscript {
    repositories {
        mavenCentral()
    }
}

dependencies {
    implementation 'io.github.ShawnLin013:number-picker:2.4.13'
}

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