mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-07 23:04:06 +08:00
bump up
This commit is contained in:
parent
a21cfb1d86
commit
79e975d490
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,6 +1,16 @@
|
||||
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)*
|
||||
----------------------------
|
||||
|
||||
|
@ -32,7 +32,7 @@ repositories {
|
||||
}
|
||||
|
||||
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'
|
||||
}
|
||||
```
|
||||
|
@ -1,5 +1,5 @@
|
||||
VERSION_NAME=1.0.5
|
||||
VERSION_CODE=5
|
||||
VERSION_NAME=1.0.6
|
||||
VERSION_CODE=6
|
||||
GROUP=jp.wasabeef
|
||||
ARTIFACT_ID=glide-transformations
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user