Skip to content

Commit

Permalink
增加版本说明
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Jul 12, 2020
1 parent 1339ce7 commit 660419f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,18 @@ allprojects {

2.然后在dependencies添加:

以下是版本说明,选择一个即可。

* androidx版本:2.0.0及以上

* support版本:1.1.6及以下

```
dependencies {
...
// androidx版本
implementation 'com.github.xuexiangjys:XUpdate:2.0.0'
// support版本
implementation 'com.github.xuexiangjys:XUpdate:1.1.6'
}
```
Expand Down
Binary file modified apk/xupdate_demo_1.0.apk
Binary file not shown.

0 comments on commit 660419f

Please sign in to comment.