Releases: CanHub/Android-Image-Cropper
Releases · CanHub/Android-Image-Cropper
2.1.1
2.1.0
Changed
- From Java to Kotlin: CropImageOptions, CropWindowHandler Thanks @loukwn
Fixed
- Null CompressFormat #44
- Galley option not showing Thanks @datdescartes
- Camera option not showing Thanks @datdescartes
2.0.3
2.0.2
2.0.1
2.0.0
Changed
- AsyncTask to Kotlin Coroutines #9 [Check backward compatibility session]
Fixed
- Uri for camera capture option is now invariant for Android 10 and above #21
Backward compatibility:
With the new version user need to make Java 8 available
-
Go to app level
build.gradle
file -
Add this line inside
android
in build.gradlecompileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 }
1.1.1
1.1.0
1.0.0
Code Handover from ArthurHub/Android-Image-Cropper
Version one is exactly the same latest release 2.8.0
from October 2018
Handing over this library cause is heavily used by the community and can bring great value to fix some issues, like the know Android 11 permissions.