We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd345e commit 6dd3bf4Copy full SHA for 6dd3bf4
2 files changed
gradle.properties
@@ -17,8 +17,8 @@
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
# org.gradle.parallel=true
19
20
-VERSION_NAME=2.2.8-native
21
-VERSION_CODE=26
+VERSION_NAME=2.2.9-native
+VERSION_CODE=27
22
GROUP=com.yalantis
23
24
POM_DESCRIPTION=Android Library for cropping images
ucrop/build.gradle
@@ -6,8 +6,8 @@ android {
6
defaultConfig {
7
minSdkVersion 14
8
targetSdkVersion 33
9
- versionCode 26
10
- versionName "2.2.8-native"
+ versionCode 27
+ versionName "2.2.9-native"
11
12
vectorDrawables.useSupportLibrary = true
13
}
0 commit comments