Skip to content

Commit

Permalink
发布2.1.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Sep 11, 2021
1 parent 78cd09e commit 93eb170
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ The following is the version description. Choose one.
dependencies {
...
// androidx project
implementation 'com.github.xuexiangjys:XUpdate:2.0.9'
implementation 'com.github.xuexiangjys:XUpdate:2.1.0'
}
```

Expand Down Expand Up @@ -268,6 +268,7 @@ mButtonTextColor | int | 0 | Button text color
mSupportBackgroundUpdate | boolean | false | Whether background updates are supported
mWidthRatio | float | -1(Unconstrained) | The ratio of the width of the version update prompter to the screen
mHeightRatio | float | -1(Unconstrained) | The ratio of the height of the version update prompter to the screen
mIgnoreDownloadError | boolean | false | Whether to ignore the download exception (the update prompt box will not disappear if the download fails)

### 2.4、File encryption verification method

Expand Down
3 changes: 2 additions & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ allprojects {
dependencies {
...
// androidx版本
implementation 'com.github.xuexiangjys:XUpdate:2.0.9'
implementation 'com.github.xuexiangjys:XUpdate:2.1.0'
}
```

Expand Down Expand Up @@ -267,6 +267,7 @@ mButtonTextColor | int | 0 | 按钮文字颜色
mSupportBackgroundUpdate | boolean | false | 是否支持后台更新
mWidthRatio | float | -1(无约束) | 版本更新提示器宽度占屏幕的比例
mHeightRatio | float | -1(无约束) | 版本更新提示器高度占屏幕的比例
mIgnoreDownloadError | boolean | false | 是否忽略下载异常(下载失败更新提示框不消失)

### 2.4、文件加密校验方式

Expand Down

0 comments on commit 93eb170

Please sign in to comment.