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

* fix proguard settings

* update glide

* bump up 3.1.1
This commit is contained in:
Daichi Furiya
2018-02-13 16:32:10 +09:00
committed by GitHub
parent a5f7017f57
commit 9b00767304
8 changed files with 19 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ repositories {
}
dependencies {
implementation 'jp.wasabeef:glide-transformations:3.1.0'
implementation 'jp.wasabeef:glide-transformations:3.1.1'
// If you want to use the GPU Filters
implementation 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.4.1'
}