mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-08 07:24:05 +08:00
bump up 1.2.1
This commit is contained in:
parent
f2f1229c8d
commit
143efe2ea7
@ -1,5 +1,11 @@
|
|||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Version 1.2.1 *(2015-09-18)*
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
Merged NinePatchMaskTransformation to MaskTransformation.
|
||||||
|
|
||||||
Version 1.2.0 *(2015-09-16)*
|
Version 1.2.0 *(2015-09-16)*
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
12
README.md
12
README.md
@ -86,7 +86,7 @@ android {
|
|||||||
`BlurTransformation`
|
`BlurTransformation`
|
||||||
|
|
||||||
### Mask
|
### Mask
|
||||||
`MaskTransformation`, `NinePatchMaskTransformation`
|
`MaskTransformation`
|
||||||
|
|
||||||
### GPU Filter (use [GPUImage](https://github.com/CyberAgent/android-gpuimage))
|
### GPU Filter (use [GPUImage](https://github.com/CyberAgent/android-gpuimage))
|
||||||
**Will require add dependencies for GPUImage.**
|
**Will require add dependencies for GPUImage.**
|
||||||
@ -113,6 +113,16 @@ Daichi Furiya (Wasabeef) - <dadadada.chop@gmail.com>
|
|||||||
src="https://raw.githubusercontent.com/wasabeef/art/master/twitter.png" width="75"/>
|
src="https://raw.githubusercontent.com/wasabeef/art/master/twitter.png" width="75"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
Contributions
|
||||||
|
-------
|
||||||
|
|
||||||
|
Any contributions are welcome!
|
||||||
|
|
||||||
|
Contributers
|
||||||
|
-------
|
||||||
|
|
||||||
|
* [start141](https://github.com/start141)
|
||||||
|
|
||||||
Thanks
|
Thanks
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
BIN
art/demo.gif
BIN
art/demo.gif
Binary file not shown.
Before Width: | Height: | Size: 6.9 MiB After Width: | Height: | Size: 3.9 MiB |
@ -1,5 +1,5 @@
|
|||||||
VERSION_NAME=1.2.0
|
VERSION_NAME=1.2.1
|
||||||
VERSION_CODE=10
|
VERSION_CODE=11
|
||||||
GROUP=jp.wasabeef
|
GROUP=jp.wasabeef
|
||||||
ARTIFACT_ID=glide-transformations
|
ARTIFACT_ID=glide-transformations
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user