Skip to content

Commit

Permalink
docs:更新README文件
Browse files Browse the repository at this point in the history
  • Loading branch information
NewHuLe committed Dec 10, 2019
1 parent 0d3a14d commit 13ebdcc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Android版本更新(最新版本v1.6)
【注意】基于原生DownloadManager的下载目前不在维护,v1.6版本为最终版本,如果有需要可自行下载v1.6版本源码自己进行改造,下个版本开始,将使用Service结合Okhttp下载来替代DownloadManager,主要原因是因为:DownloadManager系统通知栏表现不一致,还有就是下载在不同的机型上碎片化严重,不方便维护,请大家关注下个新版本。
[![](https://www.jitpack.io/v/NewHuLe/AppUpdate.svg)](https://www.jitpack.io/#NewHuLe/AppUpdate)
[![](https://github.com/NewHuLe/AppUpdate/blob/master/author/author_juejin.svg)](https://juejin.im/user/5823e16c5bbb50005907fdb2/posts)
[![](https://github.com/NewHuLe/AppUpdate/blob/master/author/author_jianshu.svg)](https://www.jianshu.com/u/e87d858e89a4)

【注意】基于原生DownloadManager的下载目前不在维护,v1.6版本为最终版本,如果有需要可自行下载v1.6版本源码自己进行改造,下个版本开始,将使用Service结合Okhttp下载来替代DownloadManager,主要原因是因为:DownloadManager系统通知栏表现不一致,还有就是下载在不同的机型上碎片化严重,不方便维护,请大家关注下个新版本。

原生DownloadManager实现版本的检测更新,可采取静默模式,非静默模式(进度框),是否强制更新、是否MD5校验、完美适配Android M/N/O/P/Q
## 功能介绍
- 兼容AndroidX,项目已经迁移到Androidx
Expand Down Expand Up @@ -127,11 +128,7 @@
.forceUpdate(0)
.build();
updateManager.startUpdate(appUpdate, this);
```
## 混淆配置
```
-keep class com.open.hule.library.entity.** { *; }
```
```
## 更新日志
- v1.6
1.混淆已迁移至aar,依赖的项目无需混淆
Expand Down

0 comments on commit 13ebdcc

Please sign in to comment.