From b31df1c682531a4816d51d21eecc61a20aa9d03b Mon Sep 17 00:00:00 2001 From: HuanYiWen <35919502@qq.com> Date: Tue, 23 Jul 2019 09:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=95=BF=E5=9B=BE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2ab9117..a5552bc4 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,9 @@ allprojects { ```gradle dependencies { - implementation 'com.github.HuanTanSheng:EasyPhotos:2.4.8' //支持androidx + implementation 'com.github.HuanTanSheng:EasyPhotos:2.4.8' //支持androidx -    implementation 'com.github.HuanTanSheng:EasyPhotos:2.4.5' //还没有升级到androidx的同学可以用这个版本 + //implementation 'com.github.HuanTanSheng:EasyPhotos:2.4.5' //还没有升级到androidx的同学可以用这个版本   } ```