Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnik committed Nov 24, 2023
1 parent dc1f36d commit 4f297d5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
}
```

``` implementation 'com.github.yalantis:ucrop:2.2.6' ``` - lightweight general solution
``` implementation 'com.github.yalantis:ucrop:2.2.9' ``` - lightweight general solution

``` implementation 'com.github.yalantis:ucrop:2.2.6-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

Expand Down Expand Up @@ -93,6 +93,13 @@ Currently, you can change:
# Changelog
### Version: 2.2.9
* Update compileSdk and targetSdk versions up to 33
* Fixed [#867](https://github.com/Yalantis/uCrop/issues/867)
* Fixed [#873](https://github.com/Yalantis/uCrop/issues/873)
* And other improvements
### Version: 2.2.8
* Merged pending pull requests with improvements and bugfixes
Expand Down

0 comments on commit 4f297d5

Please sign in to comment.