ShawnLin013 / NumberPicker

:slot_machine: The android library that provides a simple and customizable NumberPicker.
MIT License
1.07k stars 240 forks source link

Migrate to Maven from Jcenter #194

Closed yianniscy84 closed 3 years ago

yianniscy84 commented 3 years ago

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

dhivya-purushothaman-appasamy commented 3 years ago

Please I too need it

ShawnLin013 commented 3 years ago

@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 commented 3 years ago

Thank you so much

---- On Sat, 22 May 2021 22:30:23 +0530 Shawn @.***> wrote ----

https://github.com/yianniscy84 https://github.com/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' }

— You are receiving this because you were mentioned. Reply to this email directly, https://github.com/ShawnLin013/NumberPicker/issues/194#issuecomment-846435897, or https://github.com/notifications/unsubscribe-auth/AS6CVY2PHBSUFLK6IL5COODTO7PKPANCNFSM44FSMMKA.