mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-08 15:34:04 +08:00
Merge branch 'master' of github.com:wasabeef/glide-transformations
This commit is contained in:
commit
62abca0b1e
@ -1,6 +1,12 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
Version 1.0.1 *(2015-01-21)*
|
||||
----------------------------
|
||||
|
||||
fix: Blur Transformation now woking at Android 4.3
|
||||
add: GPUImage to Gradle dependency
|
||||
|
||||
Version 1.0.0 *(2015-01-12)*
|
||||
----------------------------
|
||||
|
||||
|
@ -32,8 +32,8 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'jp.wasabeef:glide-transformations:1.0.1'
|
||||
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3'
|
||||
compile 'jp.wasabeef:glide-transformations:1.0.1@aar'
|
||||
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3@aar'
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user