Gradle
Add following dependency to your root project build.gradle file:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
Add following dependency to your app module build.gradle file:
dependencies {
implementation 'com.github.KishanViramgama:Drawing:0.1.6'
}
If you like this library and want to support my work, consider buying me a coffee.

