Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 737 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 737 Bytes

SwipeToAction

CI GitHub

setup

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
dependencies {
        implementation 'com.github.ChanTsune:swipe-to-action:${latest_version}'
}

License

This project published under MIT License. For more information see LICENSE.