From f388d414e7e45d859200a33dc36a4b25faf705c7 Mon Sep 17 00:00:00 2001 From: Vlad Lynnik Date: Tue, 13 Feb 2024 18:17:42 +0200 Subject: [PATCH] Update uCrop version --- README.md | 7 +++++++ gradle.properties | 4 ++-- ucrop/build.gradle | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c45ded099..ade01fcb0 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,13 @@ Currently, you can change: # Changelog +### Version: 2.2.9 + +* Update compileSdk and targetSdk versions up to 33 +* Fixed [#867](https://github.com/Yalantis/uCrop/issues/867) +* Fixed [#873](https://github.com/Yalantis/uCrop/issues/873) +* And other improvements + ### Version: 2.2.8 * Merged pending pull requests with improvements and bugfixes diff --git a/gradle.properties b/gradle.properties index 86233071e..6a4787037 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.8-native -VERSION_CODE=27 +VERSION_NAME=2.2.9-native +VERSION_CODE=28 GROUP=com.yalantis POM_DESCRIPTION=Android Library for cropping images diff --git a/ucrop/build.gradle b/ucrop/build.gradle index 62effb12b..c3c05fc7a 100644 --- a/ucrop/build.gradle +++ b/ucrop/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 33 - versionCode 26 - versionName "2.2.8-native" + versionCode 27 + versionName "2.2.9-native" vectorDrawables.useSupportLibrary = true }