Skip to content

Commit

Permalink
发布2.1.3版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Jul 2, 2022
1 parent 966c2f0 commit 74a9544
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ The following is the version description. Choose one.
dependencies {
...
// androidx project
implementation 'com.github.xuexiangjys:XUpdate:2.1.2'
implementation 'com.github.xuexiangjys:XUpdate:2.1.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ allprojects {
dependencies {
...
// androidx版本
implementation 'com.github.xuexiangjys:XUpdate:2.1.2'
implementation 'com.github.xuexiangjys:XUpdate:2.1.3'
}
```

Expand Down
Binary file modified apk/xupdate_demo_1.0.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ dependencies {
testImplementation deps.junit
androidTestImplementation deps.runner
androidTestImplementation deps.espresso.core
// implementation project(':xupdate-lib')
implementation project(':xupdate-lib')

implementation 'com.github.xuexiangjys:XUpdate:2.1.2'
// implementation 'com.github.xuexiangjys:XUpdate:2.1.3'

implementation 'com.github.xuexiangjys.XUtil:xutil-core:2.0.0'
implementation 'com.github.xuexiangjys.XUtil:xutil-sub:2.0.0'
Expand Down

0 comments on commit 74a9544

Please sign in to comment.