ViewTooltip icon indicating copy to clipboard operation
ViewTooltip copied to clipboard

migrate to maven central

Open jeremyrempel opened this issue 3 years ago • 4 comments

jcenter will set sunset on May 1, 2021 announcement

jeremyrempel avatar Feb 10 '21 23:02 jeremyrempel

@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?

YuanLiou avatar Apr 28 '21 04:04 YuanLiou

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

webserveis avatar May 15 '21 16:05 webserveis

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 avatar Jul 03 '21 10:07 hansemannn

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

hansemannn avatar Jul 03 '21 11:07 hansemannn