/Sooture

Easily Capture and Control the View

Primary LanguageKotlin

Sooture

For make ease capture and control the view

Getting started

  • Add it in your root build.gradle at the end of repositories:
allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
	}
}
  • Add the dependency
dependencies {
        implementation "com.github.soopeach:Sooture:${version}"
}

ex)

dependencies {
        implementation "com.github.soopeach:Sooture:v1.0.0"
}