Skip to content

Commit

Permalink
发布2.1.4版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Mar 26, 2023
1 parent 69b84f6 commit 2519820
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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.3'
implementation 'com.github.xuexiangjys:XUpdate:2.1.4'
}
```

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.3'
implementation 'com.github.xuexiangjys:XUpdate:2.1.4'
}
```

Expand Down
Binary file modified apk/xupdate_demo_1.0.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
androidTestImplementation deps.espresso.core
implementation project(':xupdate-lib')

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

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 2519820

Please sign in to comment.