Skip to content

Commit 0166721

Browse files
committed
Update README.md
1 parent b6dfe6a commit 0166721

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
}
2525
```
2626

27-
``` implementation 'com.github.yalantis:ucrop:2.2.8' ``` - lightweight general solution
27+
``` implementation 'com.github.yalantis:ucrop:2.2.10' ``` - lightweight general solution
2828

29-
``` 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)
29+
``` 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)
3030

3131
2. Add UCropActivity into your AndroidManifest.xml
3232

@@ -93,6 +93,10 @@ Currently, you can change:
9393

9494
# Changelog
9595

96+
### Version: 2.2.10
97+
98+
* Fixed [#926](https://github.com/Yalantis/uCrop/issues/926)
99+
96100
### Version: 2.2.9
97101

98102
* Update compileSdk and targetSdk versions up to 33

0 commit comments

Comments
 (0)