Skip to content

Commit 38abd15

Browse files
committedMar 25, 2020
V2.2.0
1 parent f659b70 commit 38abd15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* 支持Md5签名验证
1111
* 支持自定义任意UI
1212
* 适配中英文
13-
* 适配至Android9.0
13+
* 适配至Android 10
1414
* 通知栏图片自定义
1515
* 支持修改是否每次显示弹窗(非强更)
1616
* 支持安装完成后自动删除安装包
@@ -28,13 +28,13 @@ repositories {
2828
}
2929
3030
// Support
31-
implementation 'com.teprinciple:updateapputils:2.1.0'
31+
implementation 'com.teprinciple:updateapputils:2.2.0'
3232
```
3333

3434
AndroidX项目
3535
```
3636
// AndroidX
37-
implementation 'com.teprinciple:updateapputilsX:2.1.0'
37+
implementation 'com.teprinciple:updateapputilsX:2.2.0'
3838
```
3939

4040
### 使用

0 commit comments

Comments
 (0)