1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-06 22:34:05 +08:00

Update README.md

This commit is contained in:
Daichi Furiya 2020-09-27 22:35:35 +09:00 committed by GitHub
parent 059782f6af
commit 8144929b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ repositories {
dependencies {
implementation 'jp.wasabeef:glide-transformations:4.x.x'
// If you want to use the GPU Filters
implementation 'jp.co.cyberagent.android:gpuimage:2.x.x'
implementation 'jp.co.cyberagent.android:gpuimage:2.1.0'
}
```