From 62c3c2521da214bdb592ad885d9596be2738b51b Mon Sep 17 00:00:00 2001 From: Linmin Qiu <1217284058@qq.com> Date: Fri, 24 Nov 2017 15:08:46 +0800 Subject: [PATCH] Update README_EN.md --- README_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_EN.md b/README_EN.md index 08e278d..53aac74 100644 --- a/README_EN.md +++ b/README_EN.md @@ -43,7 +43,7 @@ Step 1. Add it in your root build.gradle at the end of repositories: Step 2. Add the dependency ``` dependencies { - compile 'com.github.pqpo:SmartCropper:V1.1.0@aar' + compile 'com.github.pqpo:SmartCropper:v1.1.0@aar' } ```