diff --git a/README.md b/README.md index 5f39b07b9..294d254c7 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,14 @@ Currently you can change: # Changelog +### 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) +* Fixed [#602](https://github.com/Yalantis/uCrop/issues/602) +* And other improvements + + ### Version: 2.2.4 * **AndroidX migration** diff --git a/gradle.properties b/gradle.properties index 0296aefbb..86372fda7 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.4-native -VERSION_CODE=25 +VERSION_NAME=2.2.5-native +VERSION_CODE=26 GROUP=com.yalantis POM_DESCRIPTION=Android Library for cropping images diff --git a/ucrop/build.gradle b/ucrop/build.gradle index f6490e585..e1289e889 100644 --- a/ucrop/build.gradle +++ b/ucrop/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 28 - versionCode 25 - versionName "2.2.4-native" + versionCode 26 + versionName "2.2.5-native" vectorDrawables.useSupportLibrary = true }