Skip to content

Commit

Permalink
发布1.0.5版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Nov 19, 2018
1 parent 1c10a49 commit f804284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

* 支持设置只在wifi下进行版本更新。

* 支持静默下载、自动版本更新。
* 支持静默下载(后台更新)、自动版本更新。

* 提供界面友好的版本更新提示弹窗,可自定义其主题样式。

Expand Down Expand Up @@ -116,7 +116,7 @@ allprojects {
```
dependencies {
...
implementation 'com.github.xuexiangjys:XUpdate:1.0.4'
implementation 'com.github.xuexiangjys:XUpdate:1.0.5'
}
```

Expand Down Expand Up @@ -306,7 +306,7 @@ public class CustomUpdatePrompter implements IUpdatePrompter {
}
@Override
public void showPrompt(@NonNull UpdateEntity updateEntity, @NonNull IUpdateProxy updateProxy) {
public void showPrompt(@NonNull UpdateEntity updateEntity, @NonNull IUpdateProxy updateProxy, @NonNull PromptEntity promptEntity) {
showUpdatePrompt(updateEntity, updateProxy);
}
Expand Down Expand Up @@ -411,7 +411,7 @@ https://github.com/WVector/AppUpdate

![](https://github.com/xuexiangjys/XPage/blob/master/img/qq_group.jpg)

[xusvg]: https://img.shields.io/badge/XUpdate-v1.0.4-brightgreen.svg
[xusvg]: https://img.shields.io/badge/XUpdate-v1.0.5-brightgreen.svg
[xu]: https://github.com/xuexiangjys/XUpdate
[apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg
[api]: https://android-arsenal.com/api?level=14
Binary file modified apk/xupdate_demo_1.0.apk
Binary file not shown.

0 comments on commit f804284

Please sign in to comment.