Skip to content

Commit

Permalink
Non native release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnik committed Nov 29, 2024
1 parent 369d5d9 commit b2db37f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
```

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

``` 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)

Expand Down Expand Up @@ -99,6 +99,10 @@ Since version 2.2.7 in case if you need to change transport protocol, setup time
# 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
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=2.2.9-native
VERSION_CODE=27
VERSION_NAME=2.2.10-native
VERSION_CODE=28
GROUP=com.yalantis

POM_DESCRIPTION=Android Library for cropping images
Expand Down
4 changes: 2 additions & 2 deletions ucrop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 33
versionCode 27
versionName "2.2.9-native"
versionCode 28
versionName "2.2.10-native"

vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit b2db37f

Please sign in to comment.