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 03e8295 commit 90d7b3f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,17 @@ Currently, you can change:

# 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.5

* Fixed [#584](https://github.com/Yalantis/uCrop/issues/584)
* Fixed [#598](https://github.com/Yalantis/uCrop/issues/598)
* Fixed [#543](https://github.com/Yalantis/uCrop/issues/543)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=2.2.5-native
VERSION_NAME=2.2.8-native
VERSION_CODE=26
GROUP=com.yalantis

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 90d7b3f

Please sign in to comment.