From ad376134e9030a845b6d63815d1c08af21b5f70c Mon Sep 17 00:00:00 2001 From: Daichi Furiya Date: Sat, 25 Jul 2015 15:36:18 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2115fc4..ca5b256 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ repositories { } dependencies { - compile 'jp.wasabeef:glide-transformations:1.0.8@aar' - compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3@aar' + compile 'jp.wasabeef:glide-transformations:1.0.8' + compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3' } ```