Skip to content

Commit

Permalink
up version to 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ukevgen committed Apr 28, 2020
1 parent aeffca7 commit 684dd33
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.3-non-native
VERSION_CODE=24
VERSION_NAME=2.2.5-non-native
VERSION_CODE=25
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 @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 24
versionName "2.2.4-non-native"
versionCode 25
versionName "2.2.5-non-native"

vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 684dd33

Please sign in to comment.