From 8144929b636e19323289a240a4d5e18949f00049 Mon Sep 17 00:00:00 2001 From: Daichi Furiya Date: Sun, 27 Sep 2020 22:35:35 +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 8bcd993..35f8e47 100644 --- a/README.md +++ b/README.md @@ -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' } ```