Skip to content

Commit b6fcc58

Browse files
committed
update readme
1 parent d27f3c5 commit b6fcc58

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Android Image Cropper
1717
1. Include the library
1818

1919
```
20-
compile 'com.theartofdev.edmodo:android-image-cropper:2.7.+'
20+
dependencies {
21+
api 'com.theartofdev.edmodo:android-image-cropper:2.8.+'
22+
}
2123
```
2224

2325
Add permissions to manifest
@@ -125,22 +127,18 @@ For more information, see the [GitHub Wiki](https://github.com/ArthurHub/Android
125127
- [Adding auto-zoom feature to Android-Image-Cropper](https://theartofdev.com/2016/04/25/adding-auto-zoom-feature-to-android-image-cropper/)
126128

127129
## Change log
130+
*2.8.0*
131+
- Fix crash on Android O (thx @juliooa)
132+
- Update to support library to AndroidX (thx @mradzinski)
133+
- Handle failure when selecting non image file (thx @uncledoc)
134+
- More translations (thx @jkwiecien, @david-serrano)
135+
128136
*2.7.0*
129137
- Update gradle wrapper to 4.4
130138
- Update support library to 27.1.1 and set is statically! (thx @androideveloper)
131139
- Fix NPE in activity creation by tools (thx @unverbraucht)
132140
- More translations (thx @gwharvey, @dlackty, @JairoGeek, @shaymargolis)
133141

134-
*2.6.0*
135-
- Update to sdk v27
136-
- Update to gradle v3
137-
138-
*2.5.1*
139-
- Try solve manifest merger issue by adding `transitive` flag #405 (thx @j-garin)
140-
- Use thread pool executors for async image loading and cropping operations to prevent app hang if default executor is busy (thx @ruifcardoso)
141-
- Fix image rotation breaking min/max crop result restrictions #401
142-
- Propagate all extra data set on start crop activity intent back in crop result intent #352
143-
144142
See [full change log](https://github.com/ArthurHub/Android-Image-Cropper/wiki/Change-Log).
145143

146144
## License

0 commit comments

Comments
 (0)