From 016672137e413a9462313b5d73ca6f736b8ad99f Mon Sep 17 00:00:00 2001 From: Vlad Lynnik Date: Fri, 29 Nov 2024 15:41:09 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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