File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ repositories {
28
28
}
29
29
30
30
// Support
31
- implementation 'com.teprinciple:updateapputils:2.0.3 '
31
+ implementation 'com.teprinciple:updateapputils:2.0.4 '
32
32
33
33
// AndroidX
34
- implementation 'com.teprinciple:updateapputilsX:2.0.3 '
34
+ implementation 'com.teprinciple:updateapputilsX:2.0.4 '
35
35
```
36
36
37
37
### 使用
@@ -179,6 +179,7 @@ UpdateAppUtils在应用启动时,通过对比当前应用和已下载apk的Ver
179
179
<img src =" https://github.com/teprinciple/UpdateAppUtils/blob/master/img/demo.png " width =" 220 " >
180
180
181
181
### 更新日志
182
- #### 2.0.3
183
- * 更新弹窗内容支持SpannableString
182
+ #### 2.0.4
183
+ * 修复阿里云,码云平台上的apk FileDownloader下载失败
184
+ * 增加UpdateConfig alwaysShowDownLoadDialog字段,让非强更也能显示下载进度弹窗
184
185
##### [ 更多历史版本] ( https://github.com/teprinciple/UpdateAppUtils/blob/master/readme/version.md )
Original file line number Diff line number Diff line change 1
1
#### 更新日志
2
+ #### 2.0.4
3
+ * 修复阿里云,码云平台上的apk FileDownloader下载失败
4
+ * 增加UpdateConfig alwaysShowDownLoadDialog字段,让非强更也能显示下载进度弹窗
5
+ #### 2.0.3
6
+ * 更新弹窗内容支持SpannableString
2
7
#### 2.0.2
3
8
* 9.0Http适配
4
9
#### 2.0.1
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ publish {
44
44
userOrg = ' teprinciple'
45
45
groupId = ' com.teprinciple'
46
46
artifactId = ' updateapputils'
47
- publishVersion = ' 2.0.3 '
47
+ publishVersion = ' 2.0.4 '
48
48
desc = ' A Simple library for Android update app'
49
49
website = ' https://github.com/teprinciple/UpdateAppUtils'
50
50
}
You can’t perform that action at this time.
0 commit comments