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

bump up 2.0.2

This commit is contained in:
wasabeef
2017-03-17 17:35:48 -07:00
parent 36c0d00ae9
commit 5715d7a999
3 changed files with 15 additions and 3 deletions

View File

@@ -33,9 +33,9 @@ repositories {
}
dependencies {
compile 'jp.wasabeef:glide-transformations:2.0.1'
compile 'jp.wasabeef:glide-transformations:2.0.2'
// If you want to use the GPU Filters
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0'
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.4.1'
}
```