From 63dda2e17138ed1b6b91a1dd83224452e7c51f6c Mon Sep 17 00:00:00 2001 From: dmorozov Date: Mon, 31 Jan 2022 11:21:05 +0200 Subject: [PATCH] Release 2.2.8 - Update README.md - Update version to 2.2.8 in gradle Signed-off-by: dmorozov --- README.md | 10 ++++++++++ gradle.properties | 4 ++-- ucrop/build.gradle | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 323185f22..747cc0424 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/gradle.properties b/gradle.properties index 86372fda7..86233071e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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-native -VERSION_CODE=26 +VERSION_NAME=2.2.8-native +VERSION_CODE=27 GROUP=com.yalantis POM_DESCRIPTION=Android Library for cropping images diff --git a/ucrop/build.gradle b/ucrop/build.gradle index 7d6d301da..0325ed75e 100644 --- a/ucrop/build.gradle +++ b/ucrop/build.gradle @@ -9,7 +9,7 @@ android { minSdkVersion 14 targetSdkVersion 31 versionCode 26 - versionName "2.2.5-native" + versionName "2.2.8-native" vectorDrawables.useSupportLibrary = true }