Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5330018

Browse files
committedJun 9, 2019
fix bugs
1 parent 729524f commit 5330018

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# UpdateAppUtils1.5.1
1+
# UpdateAppUtils1.5.2
22
### 一行代码,快速实现app在线下载更新 A simple library for Android update app
33
### 适配Android6.0、7.0、8.0
4+
5+
### 近期开启重构,大家有什么建议和需求都可以提到Issues中
6+
47
![](update.gif)
58

69

@@ -9,7 +12,7 @@
912
compile引入
1013
```
1114
dependencies {
12-
compile 'com.teprinciple:updateapputils:1.5.1'
15+
compile 'com.teprinciple:updateapputils:1.5.2'
1316
}
1417
```
1518

@@ -82,6 +85,8 @@ UpdateAppUtils.from(this)
8285

8386

8487
#### 更新日志
88+
1.5.2<br>
89+
修复部分bug
8590
1.5.1<br>
8691
库内部适配至Android8.0
8792
<br>1.4<br>

0 commit comments

Comments
 (0)