Skip to content

Commit 80ea6c8

Browse files
committed
2.0.4:
修复阿里云,码云平台上的apk FileDownloader下载失败 增加UpdateConfig alwaysShowDownLoadDialog字段,让非强更也能显示下载进度弹窗
1 parent d710a2d commit 80ea6c8

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ repositories {
2828
}
2929
3030
// Support
31-
implementation 'com.teprinciple:updateapputils:2.0.3'
31+
implementation 'com.teprinciple:updateapputils:2.0.4'
3232
3333
// AndroidX
34-
implementation 'com.teprinciple:updateapputilsX:2.0.3'
34+
implementation 'com.teprinciple:updateapputilsX:2.0.4'
3535
```
3636

3737
### 使用
@@ -179,6 +179,7 @@ UpdateAppUtils在应用启动时,通过对比当前应用和已下载apk的Ver
179179
<img src="https://github.com/teprinciple/UpdateAppUtils/blob/master/img/demo.png" width="220">
180180

181181
### 更新日志
182-
#### 2.0.3
183-
* 更新弹窗内容支持SpannableString
182+
#### 2.0.4
183+
* 修复阿里云,码云平台上的apk FileDownloader下载失败
184+
* 增加UpdateConfig alwaysShowDownLoadDialog字段,让非强更也能显示下载进度弹窗
184185
##### [更多历史版本](https://github.com/teprinciple/UpdateAppUtils/blob/master/readme/version.md)

readme/version.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#### 更新日志
2+
#### 2.0.4
3+
* 修复阿里云,码云平台上的apk FileDownloader下载失败
4+
* 增加UpdateConfig alwaysShowDownLoadDialog字段,让非强更也能显示下载进度弹窗
5+
#### 2.0.3
6+
* 更新弹窗内容支持SpannableString
27
#### 2.0.2
38
* 9.0Http适配
49
#### 2.0.1

updateapputils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ publish {
4444
userOrg = 'teprinciple'
4545
groupId = 'com.teprinciple'
4646
artifactId = 'updateapputils'
47-
publishVersion = '2.0.3'
47+
publishVersion = '2.0.4'
4848
desc = 'A Simple library for Android update app'
4949
website = 'https://github.com/teprinciple/UpdateAppUtils'
5050
}

0 commit comments

Comments
 (0)