ebanx / swipe-button

A button that activates by swipe instead of touch
487 stars 101 forks source link

Migartion from jCenter() to mavenCentral() #72

Open HansCB opened 3 years ago

HansCB commented 3 years ago

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

frimtec commented 3 years ago

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

hiagodotme commented 3 years ago

The repository seems to be abandoned =/

hiagodotme commented 3 years ago

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