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 Central #16

Open
bearlysophisticated opened this issue Jun 15, 2021 · 4 comments
Open

Migrate to Maven Central #16

bearlysophisticated opened this issue Jun 15, 2021 · 4 comments

Comments

@bearlysophisticated
Copy link

JFrog just announced that they'll be shutting down JCenter, keeping it as a read-only package repo:
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Key dates are:

  • March 31st 2021: No more submissions will be accepted to Bintray, JCenter

Hence rate-layout should also be migrated to another maven repository like Maven central.

@Kazachenko1998
Copy link

You can always download by direct link
api/implementation "com.github.rongi.rotate-layout:rotate-layout:$rotate_layout" (3.0.0)

@bearlysophisticated
Copy link
Author

@Kazachenko1998 please specify your suggestion

@metalurgus
Copy link

One more option:
https://jitpack.io/#rongi/rotate-layout/v3.0.0

Add Jitpack repo:
maven { url 'https://jitpack.io' }

Add dependancy from that repo:
implementation 'com.github.rongi:rotate-layout:v3.0.0'

@Daphne-CoffeeIT
Copy link

I know it's been a few years, but are there any updates? The dependency suddenly doesn't seem available anymore and it still was at the end of May (I wouldn't know about more recent moments than that)

 Could not find rongi.rotate-layout:rotate-layout:3.0.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/rongi/rotate-layout/rotate-layout/3.0.0/rotate-layout-3.0.0.pom
       - https://repo.maven.apache.org/maven2/rongi/rotate-layout/rotate-layout/3.0.0/rotate-layout-3.0.0.pom
       - https://plugins.gradle.org/m2/rongi/rotate-layout/rotate-layout/3.0.0/rotate-layout-3.0.0.pom
       - https://maven.lokalise.co/rongi/rotate-layout/rotate-layout/3.0.0/rotate-layout-3.0.0.pom
       - https://jitpack.io/rongi/rotate-layout/rotate-layout/3.0.0/rotate-layout-3.0.0.pom

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

4 participants