1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-30 05:12:45 +08:00

Merge branch 'master' of github.com:wasabeef/glide-transformations

This commit is contained in:
wasabeef 2015-02-04 00:55:18 +09:00
commit 7e93ccd9af
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Change Log
==========
Version 1.0.2 *(2015-02-04)*
----------------------------
Refactor: use BimapPool
Version 1.0.1 *(2015-01-21)*
----------------------------

View File

@ -32,7 +32,7 @@ repositories {
}
dependencies {
compile 'jp.wasabeef:glide-transformations:1.0.1@aar'
compile 'jp.wasabeef:glide-transformations:1.0.2@aar'
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3@aar'
}
```