From a937765cc253611d281e64b7fa6b213f18e86565 Mon Sep 17 00:00:00 2001 From: wildma Date: Sun, 23 Jun 2019 20:02:30 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 499620a..12c0152 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,12 @@ allprojects { 在需要使用的 module 中添加依赖 ``` dependencies { - compile 'com.github.wildma:PictureSelector:1.1.3' + implementation 'com.github.wildma:PictureSelector:1.1.3' } ``` 或者引用本地 lib ``` -compile project(':pictureselector') +implementation project(':pictureselector') ``` ##### Step 3. 拍照或者从相册选择图片 ```