From 2aefdc4f0b358a0d164b667e8d755d7c4c87bfcd Mon Sep 17 00:00:00 2001 From: jenly1314 Date: Mon, 18 Mar 2019 17:58:01 +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 --- .idea/misc.xml | 2 +- README.md | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index e0d5b93..b0c7b20 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -29,7 +29,7 @@ - + diff --git a/README.md b/README.md index f45e9d3..4c0d10d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ AppUpdater for Android 是一个专注于App更新,一键傻瓜式集成App版 com.king.app app-updater - 1.0.1 + 1.0.2 pom @@ -45,27 +45,27 @@ AppUpdater for Android 是一个专注于App更新,一键傻瓜式集成App版 com.king.app app-dialog - 1.0.1 + 1.0.2 pom ``` ### Gradle: ```gradle //app-updater - compile 'com.king.app:app-updater:1.0.1' + compile 'com.king.app:app-updater:1.0.2' //app-dialog - compile 'com.king.app:app-dialog:1.0.1' + compile 'com.king.app:app-dialog:1.0.2' ``` ### Lvy: ```lvy //app-updater - + //app-dialog - + ``` @@ -129,10 +129,10 @@ AppUpdater for Android 是一个专注于App更新,一键傻瓜式集成App版 更多使用示例请查看[App](app)。 ## 版本记录 -#### v1.0.1:2019-3-18 +#### v1.0.2:2019-3-18 * 新增通知栏是否震动和铃声提示配置 * AppDialogConfig新增getView(Context context)方法; -#### v1.0.1:2019-1-10 +#### v1.0.2:2019-1-10 * 升级Gradle到4.6 #### v1.0 :2018-6-29 * AppUpdater初始版本