ShawnLin013 / NumberPicker

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

Migrate Artifacts to Another Repository #190

Closed commonsguy closed 3 years ago

commonsguy commented 3 years ago

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

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'
}