Skip to content

Commit

Permalink
readme update, 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 7580d33 commit 39da556
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ Currently you can change:
# Changelog
### Version: 2.2.5
* Fixed [#584](https://github.com/Yalantis/uCrop/issues/584)
* Fixed [#598](https://github.com/Yalantis/uCrop/issues/598)
* Fixed [#543](https://github.com/Yalantis/uCrop/issues/543)
* Fixed [#602](https://github.com/Yalantis/uCrop/issues/602)
* And other improvements
### Version: 2.2.4
* **AndroidX migration**
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.4-native
VERSION_CODE=25
VERSION_NAME=2.2.5-native
VERSION_CODE=26
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 25
versionName "2.2.4-native"
versionCode 26
versionName "2.2.5-native"

vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 39da556

Please sign in to comment.