allprojects { repositories { ... maven { url 'https://jitpack.io' } }}
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
dependencies { implementation 'com.github.ChanTsune:swipe-to-action:${latest_version}'}
dependencies {
implementation 'com.github.ChanTsune:swipe-to-action:${latest_version}'
This project published under MIT License.For more information see LICENSE.