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 6fd345e commit 6dd3bf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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=26
VERSION_NAME=2.2.9-native
VERSION_CODE=27
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 6dd3bf4

Please sign in to comment.