Skip to content

Commit b71415a

Browse files
committed
update readme and version
1 parent 0f8f950 commit b71415a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ For more information, see the [GitHub Wiki](https://github.com/ArthurHub/Android
121121
- [Adding auto-zoom feature to Android-Image-Cropper](https://theartofdev.com/2016/04/25/adding-auto-zoom-feature-to-android-image-cropper/)
122122

123123
## Change log
124+
*2.4.5*
125+
- Fix undefined drawable in Android Studio 3.0 (thx @adrien-aubel)
126+
124127
*2.4.4*
125128
- Fix image exif (rotation) data not always extracted during image loading (thx @danikula).
126129

cropper/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'maven-publish'
66
ext {
77
PUBLISH_GROUP_ID = 'com.theartofdev.edmodo'
88
PUBLISH_ARTIFACT_ID = 'android-image-cropper'
9-
PUBLISH_VERSION = '2.4.4'
9+
PUBLISH_VERSION = '2.4.5'
1010
// gradlew clean build generateRelease
1111
}
1212

0 commit comments

Comments
 (0)