Skip to content

Commit

Permalink
Release 2.2.8
Browse files Browse the repository at this point in the history
- Update README.md
- Update version to 2.2.8 in gradle

Signed-off-by: dmorozov <dmytro.morozov@yalantis.net>
  • Loading branch information
dmytro1morozov committed Jan 31, 2022
1 parent e957285 commit 161c792
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@ Since version 2.2.7 in case if you need to change transport protocol, setup time
* CPU - armeabi armeabi-v7a x86 x86_64 arm64-v8a (for versions >= 2.1.2)

# Changelog

### Version: 2.2.8

* Merged pending pull requests with improvements and bugfixes
* Update compileSdk and targetSdk versions up to 31
* Add localizations
* Fixed [#609](https://github.com/Yalantis/uCrop/issues/609)
* Fixed [#794](https://github.com/Yalantis/uCrop/issues/794)

### Version: 2.2.3

* Several fixes including [#445](https://github.com/Yalantis/uCrop/issues/445), [#465](https://github.com/Yalantis/uCrop/issues/465) and more!
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.5-non-native
VERSION_CODE=25
VERSION_NAME=2.2.8-native
VERSION_CODE=26
GROUP=com.yalantis

POM_DESCRIPTION=Android Library for cropping images
Expand Down
2 changes: 1 addition & 1 deletion ucrop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 31
versionCode 26
versionName "2.2.5-native"
versionName "2.2.8-native"

vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 161c792

Please sign in to comment.