Skip to content

v0.19.0

Compare
Choose a tag to compare
@ivpusic ivpusic released this 07 Dec 00:58
· 247 commits to master since this release

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