Skip to content

Commit

Permalink
update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHub committed May 13, 2017
1 parent e8e6a3b commit 768a04f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ For more information, see the [GitHub Wiki](https://github.com/ArthurHub/Android
- [Adding auto-zoom feature to Android-Image-Cropper](https://theartofdev.com/2016/04/25/adding-auto-zoom-feature-to-android-image-cropper/)

## Change log
*2.4.4*
- Fix image exif (rotation) data not always extracted during image loading (thx @danikula).

*2.4.3*

- Adding option to omit camera intents on getPickImageChooserIntent (thx Hugo Rossi)
Expand Down
2 changes: 1 addition & 1 deletion cropper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'maven-publish'
ext {
PUBLISH_GROUP_ID = 'com.theartofdev.edmodo'
PUBLISH_ARTIFACT_ID = 'android-image-cropper'
PUBLISH_VERSION = '2.4.3'
PUBLISH_VERSION = '2.4.4'
// gradlew clean build generateRelease
}

Expand Down

0 comments on commit 768a04f

Please sign in to comment.