swipe-button icon indicating copy to clipboard operation
swipe-button copied to clipboard

Migartion from jCenter() to mavenCentral()

Open HansCB opened this issue 3 years ago • 3 comments

Is it possible to move the binarys to mavenCental()? JCenter will be shut down.

HansCB avatar May 18 '21 12:05 HansCB

Would be really great if swipe-button would be migrated. Here details why: https://stackoverflow.com/questions/66400264/jcenter-is-at-end-of-life-android-lint-warning-what-is-the-replacement

frimtec avatar May 18 '21 16:05 frimtec

The repository seems to be abandoned =/

hiagodotme avatar Jul 19 '21 21:07 hiagodotme

Here's the solution I found for the problem. In your repositories add the repository maven { url 'https://jitpack.io' } after that you just put the package address in github. Example: implementation 'com.github.ebanx:swipe-button:0.8.3'

2021-07-19_19-10

hiagodotme avatar Jul 19 '21 22:07 hiagodotme