Skip to content

Commit 63dda2e

Browse files
Release 2.2.8
- Update README.md - Update version to 2.2.8 in gradle Signed-off-by: dmorozov <[email protected]>
1 parent 03e8295 commit 63dda2e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,17 @@ Currently, you can change:
9393
9494
# Changelog
9595
96+
### Version: 2.2.8
97+
98+
* Merged pending pull requests with improvements and bugfixes
99+
* Update compileSdk and targetSdk versions up to 31
100+
* Add localizations
101+
* Fixed [#609](https://github.com/Yalantis/uCrop/issues/609)
102+
* Fixed [#794](https://github.com/Yalantis/uCrop/issues/794)
103+
104+
96105
### Version: 2.2.5
106+
97107
* Fixed [#584](https://github.com/Yalantis/uCrop/issues/584)
98108
* Fixed [#598](https://github.com/Yalantis/uCrop/issues/598)
99109
* Fixed [#543](https://github.com/Yalantis/uCrop/issues/543)

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=2.2.5-native
21-
VERSION_CODE=26
20+
VERSION_NAME=2.2.8-native
21+
VERSION_CODE=27
2222
GROUP=com.yalantis
2323

2424
POM_DESCRIPTION=Android Library for cropping images

ucrop/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 14
1010
targetSdkVersion 31
1111
versionCode 26
12-
versionName "2.2.5-native"
12+
versionName "2.2.8-native"
1313

1414
vectorDrawables.useSupportLibrary = true
1515
}

0 commit comments

Comments
 (0)