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

Fixed Proguard settings (#88)

* Issue #86 - Deleted a setting for DexGuard
This commit is contained in:
Daichi Furiya
2017-09-08 17:18:50 -07:00
committed by GitHub
parent f6cbe2722d
commit 970afc35fe
6 changed files with 10 additions and 5 deletions

View File

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