eltos / SimpleDialogFragments

An Android library to create dialogs with ease and handle user interaction reliably, using fragments and material design.
Apache License 2.0
119 stars 17 forks source link

Migrate to JFrog #67

Closed Duna closed 3 years ago

Duna commented 3 years ago

The jcenter is closed down, would you like to migrate to mavencentral? I cannot build your project dependency anymore

eltos commented 3 years ago

My Information is that JCenter/Bintray became read-only on May 1st, but will continue to serve artifacts until 2022. I am surprised you encounter such issues already now. For the time being, you can also use jitpack.

eltos commented 3 years ago

So I published the library to Sonatype Maven Central Repository https://repo1.maven.org/maven2/io/github/eltos/simpledialogfragments/

Please note that I had to change the groupID:

dependencies {
    implementation 'io.github.eltos:simpledialogfragments:3.3.2'
}
Duna commented 3 years ago

Good.

On Wed, 5 May 2021, 21:39 Philipp Niedermayer, @.***> wrote:

So I published the library to Sonatype Maven Central Repository https://repo1.maven.org/maven2/io/github/eltos/simpledialogfragments/

Please note that I had to change the groupID:

dependencies { implementation 'io.github.eltos:simpledialogfragments:3.3.2' }

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/eltos/SimpleDialogFragments/issues/67#issuecomment-832920057, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA473QU3JZ6CRVOL64JL3B3TMGGFPANCNFSM44DLZQ2Q .