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 29, 2024
1 parent b6dfe6a commit 0166721
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 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.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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0166721

Please sign in to comment.