Skip to content

Commit

Permalink
Update uCrop version
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnik committed Feb 13, 2024
1 parent 23114c3 commit f388d41
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ucrop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit f388d41

Please sign in to comment.