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 to Maven from Jcenter #194

Closed
yianniscy84 opened this issue May 5, 2021 · 3 comments
Closed

Migrate to Maven from Jcenter #194

yianniscy84 opened this issue May 5, 2021 · 3 comments

Comments

@yianniscy84
Copy link

With the deprecation of JCenter can you move this to Maven. Thank you
https://developer.android.com/studio/build/jcenter-migration

@dhivya-purushothaman-appasamy

Please I too need it

@ShawnLin013
Copy link
Owner

@yianniscy84 @dhivya-purushothaman-appasamy
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'
}

@dhivya-purushothaman-appasamy
Copy link

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

3 participants