ChanTsune / swipe-to-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Kotlin 100.0%