1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-08 07:24:05 +08:00
This commit is contained in:
wasabeef 2015-04-23 12:56:01 +09:00
parent a21cfb1d86
commit 79e975d490
3 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,16 @@
Change Log Change Log
========== ==========
Version 1.0.6 *(2015-04-23)*
----------------------------
add: CropType(Top, Center, Bottom) for CropTransformation.
Version 1.0.5 *(2015-03-09)*
----------------------------
Bug fix: Transparency.
Version 1.0.4 *(2015-02-13)* Version 1.0.4 *(2015-02-13)*
---------------------------- ----------------------------

View File

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

View File

@ -1,5 +1,5 @@
VERSION_NAME=1.0.5 VERSION_NAME=1.0.6
VERSION_CODE=5 VERSION_CODE=6
GROUP=jp.wasabeef GROUP=jp.wasabeef
ARTIFACT_ID=glide-transformations ARTIFACT_ID=glide-transformations