Open HansCB opened 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
The repository seems to be abandoned =/
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'
Is it possible to move the binarys to mavenCental()? JCenter will be shut down.