4.3.3
This library will no longer be published to Jitpack. The Maven Coordinates have changed, and the library is now on Maven Central. In order to consume the new update please change:
-implementation("com.github.CanHub:Android-Image-Cropper:4.3.2")
+implementation("com.vanniktech:android-image-cropper:4.3.3")
For now, everything else stays the same. vanniktech has taken over the maintenance of this library.
- Kotlin Build Script, proper Maven Publishing, new workflows, Gradle Catalogue & much more #450 (vanniktech)
- Correctly close resources in BitmapUtils. #440 (vanniktech)
- Bugfix/437 setting toolbar color to white does nothing #438 (Devenom1)