diff --git a/README.md b/README.md index 049cf877..d825beaf 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ } ``` - ``` implementation 'com.github.yalantis:ucrop:2.2.8' ``` - lightweight general solution + ``` implementation 'com.github.yalantis:ucrop:2.2.10' ``` - lightweight general solution - ``` implementation 'com.github.yalantis:ucrop:2.2.8-native' ``` - get power of the native code to preserve image quality (+ about 1.5 MB to an apk size) + ``` implementation 'com.github.yalantis:ucrop:2.2.9-native' ``` - get power of the native code to preserve image quality (+ about 1.5 MB to an apk size) 2. Add UCropActivity into your AndroidManifest.xml @@ -93,6 +93,10 @@ Currently, you can change: # Changelog +### Version: 2.2.10 + +* Fixed [#926](https://github.com/Yalantis/uCrop/issues/926) + ### Version: 2.2.9 * Update compileSdk and targetSdk versions up to 33