Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

migrate to maven central #93

Open
jeremyrempel opened this issue Feb 10, 2021 · 4 comments
Open

migrate to maven central #93

jeremyrempel opened this issue Feb 10, 2021 · 4 comments

Comments

@jeremyrempel
Copy link

jcenter will set sunset on May 1, 2021 announcement

@YuanLiou
Copy link

@florent37 Hi Florent sorry to "at" you directly, cause the sunset day of jCenter is around the corner.
Will this library be migrating to mavenCentral?

@webserveis
Copy link

Hey not work with new versión gradle, no support jcenter, please migrate library to maveCentral

@hansemannn
Copy link

hansemannn commented Jul 3, 2021

This now causes all new installations to fail. Can someone setup an alternative repository to use? I can try to help as well!

EDIT: If the 1.2.2 can be tagged on Github, we can use it with:

repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    implementation 'com.github.florent37:viewtooltip:1.2.2'
}

Alternatively, a fork could tag it and make it usable via implementation 'com.github.[username]:viewtooltip:1.2.2.

@hansemannn
Copy link

Here we go, you can use my fork until the main repo is updated:

repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    implementation 'com.github.hansemannn:viewtooltip:1.2.2'
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants