Skip to content

Commit 6dd3bf4

Browse files
committed
Update uCrop version
1 parent 6fd345e commit 6dd3bf4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
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=26
20+
VERSION_NAME=2.2.9-native
21+
VERSION_CODE=27
2222
GROUP=com.yalantis
2323

2424
POM_DESCRIPTION=Android Library for cropping images

ucrop/build.gradle

Lines changed: 2 additions & 2 deletions
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)