We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f659b70 commit 38abd15Copy full SHA for 38abd15
README.md
@@ -10,7 +10,7 @@
10
* 支持Md5签名验证
11
* 支持自定义任意UI
12
* 适配中英文
13
-* 适配至Android9.0
+* 适配至Android 10
14
* 通知栏图片自定义
15
* 支持修改是否每次显示弹窗(非强更)
16
* 支持安装完成后自动删除安装包
@@ -28,13 +28,13 @@ repositories {
28
}
29
30
// Support
31
-implementation 'com.teprinciple:updateapputils:2.1.0'
+implementation 'com.teprinciple:updateapputils:2.2.0'
32
```
33
34
AndroidX项目
35
36
// AndroidX
37
-implementation 'com.teprinciple:updateapputilsX:2.1.0'
+implementation 'com.teprinciple:updateapputilsX:2.2.0'
38
39
40
### 使用
0 commit comments