Skip to content

Commit f388d41

Browse files
committed
Update uCrop version
1 parent 23114c3 commit f388d41

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ Currently, you can change:
9393

9494
# Changelog
9595

96+
### Version: 2.2.9
97+
98+
* Update compileSdk and targetSdk versions up to 33
99+
* Fixed [#867](https://github.com/Yalantis/uCrop/issues/867)
100+
* Fixed [#873](https://github.com/Yalantis/uCrop/issues/873)
101+
* And other improvements
102+
96103
### Version: 2.2.8
97104

98105
* Merged pending pull requests with improvements and bugfixes

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.8-native
21-
VERSION_CODE=27
20+
VERSION_NAME=2.2.9-native
21+
VERSION_CODE=28
2222
GROUP=com.yalantis
2323

2424
POM_DESCRIPTION=Android Library for cropping images

ucrop/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 14
88
targetSdkVersion 33
9-
versionCode 26
10-
versionName "2.2.8-native"
9+
versionCode 27
10+
versionName "2.2.9-native"
1111

1212
vectorDrawables.useSupportLibrary = true
1313
}

0 commit comments

Comments
 (0)