From 434c266acf7e1a822e94317ff5d56276f2aecef4 Mon Sep 17 00:00:00 2001 From: jenly1314 Date: Mon, 18 Mar 2019 18:00:44 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=96=B0=E5=A2=9E=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=A0=8F=E6=98=AF=E5=90=A6=E9=9C=87=E5=8A=A8=E5=92=8C=E9=93=83?= =?UTF-8?q?=E5=A3=B0=E6=8F=90=E7=A4=BA=E9=85=8D=E7=BD=AE=202=E3=80=81AppDi?= =?UTF-8?q?alogConfig=E6=96=B0=E5=A2=9EgetView(Context=20context)=E6=96=B9?= =?UTF-8?q?=E6=B3=95;?= 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 4c0d10d..1e5736e 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ AppUpdater for Android 是一个专注于App更新,一键傻瓜式集成App版 ### Gradle: ```gradle //app-updater - compile 'com.king.app:app-updater:1.0.2' + implementation 'com.king.app:app-updater:1.0.2' //app-dialog - compile 'com.king.app:app-dialog:1.0.2' + implementation 'com.king.app:app-dialog:1.0.2' ``` ### Lvy: ```lvy