1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-12-22 18:30:02 +08:00

bump up 1.4.0

This commit is contained in:
wasabeef
2016-02-28 04:58:55 +09:00
parent 3e0738de0a
commit a908abc7d4
9 changed files with 317 additions and 19 deletions

View File

@@ -33,7 +33,7 @@ repositories {
}
dependencies {
compile 'jp.wasabeef:glide-transformations:1.3.1'
compile 'jp.wasabeef:glide-transformations:1.4.0'
// If you want to use the GPU Filters
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0'
}
@@ -97,10 +97,6 @@ android {
`SwirlFilterTransformation`, `BrightnessFilterTransformation`, `KuwaharaFilterTransformation`
`VignetteFilterTransformation`
### Proguard
```
-dontwarn jp.co.cyberagent.android.gpuimage.**
```
Applications using Glide Transformations
---