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 04fe964 commit 15e1852
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,19 @@ allprojects {

* androidx版本:2.0.0及以上

* support版本:1.1.6及以下

```
dependencies {
...
// androidx版本
implementation 'com.github.xuexiangjys:XUpdate:2.0.0'
}
```

* support版本:1.1.6及以下

```
dependencies {
...
// support版本
implementation 'com.github.xuexiangjys:XUpdate:1.1.6'
}
Expand Down
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ dependencies {
implementation 'com.github.xuexiangjys.XAOP:xaop-runtime:x1.0.5' //添加依赖

//XPage
implementation 'com.github.xuexiangjys.XPage:xpage-lib:2.3.0'
annotationProcessor 'com.github.xuexiangjys.XPage:xpage-compiler:2.3.0'
implementation 'com.github.xuexiangjys.XPage:xpage-lib:3.0.0'
annotationProcessor 'com.github.xuexiangjys.XPage:xpage-compiler:3.0.0'
//butterknife的sdk
implementation deps.butterknife.runtime
annotationProcessor deps.butterknife.compiler
Expand All @@ -86,9 +86,9 @@ dependencies {
implementation 'com.zhy:okhttputils:2.6.2'

//网络请求的实现二
implementation 'com.github.xuexiangjys:XHttp2:1.0.4'
implementation 'com.github.xuexiangjys:XHttp2:2.0.0'
implementation deps.gson
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'io.reactivex.rxjava2:rxjava:2.1.12'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
implementation 'io.reactivex.rxjava2:rxjava:2.2.0'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
}

0 comments on commit 15e1852

Please sign in to comment.