1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-12-25 03:50:00 +08:00

For Glide 4.5.0 (#112)

This commit is contained in:
Daichi Furiya
2018-01-26 17:08:27 +09:00
committed by GitHub
parent 43f38cc4b3
commit 51f7b515fa
37 changed files with 235 additions and 237 deletions

View File

@@ -1,6 +1,19 @@
Change Log
==========
Version 3.1.0 *(2018-01-26)*
----------------------------
Update:
- Compile & Target SDK Version 25 -> 27
- Build Tools 26.0.1 -> 27.0.3
- Support Library 25.3.1 -> 27.0.2
- Glide 4.0.0 -> 4.5.0
Bug Fix:
- [Implement equals() and hashCode() methods #105](https://github.com/wasabeef/glide-transformations/pull/105)
- Use RenderScript#releaseAllContexts
Version 3.0.1 *(2017-09-08)*
----------------------------