v0.19.0
Breaking changes
Ensure that you have following in your project build.gradle
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
New Features
- [FEATURE] Return cropped image rectangle 5633a99