From a0698a392f725fff29899948f1e90be6c9bfcc33 Mon Sep 17 00:00:00 2001 From: Daichi Furiya Date: Fri, 12 Feb 2021 19:44:11 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1a6d71..1717618 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ repositories { } dependencies { - implementation 'jp.wasabeef:glide-transformations:4.x.x' + implementation 'jp.wasabeef:glide-transformations:4.3.0' // If you want to use the GPU Filters implementation 'jp.co.cyberagent.android:gpuimage:2.1.0' }