Skip to content

Commit 74a9544

Browse files
committed
发布2.1.3版本
1 parent 966c2f0 commit 74a9544

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The following is the version description. Choose one.
182182
dependencies {
183183
...
184184
// androidx project
185-
implementation 'com.github.xuexiangjys:XUpdate:2.1.2'
185+
implementation 'com.github.xuexiangjys:XUpdate:2.1.3'
186186
}
187187
```
188188

README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ allprojects {
181181
dependencies {
182182
...
183183
// androidx版本
184-
implementation 'com.github.xuexiangjys:XUpdate:2.1.2'
184+
implementation 'com.github.xuexiangjys:XUpdate:2.1.3'
185185
}
186186
```
187187

apk/xupdate_demo_1.0.apk

308 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ dependencies {
6969
testImplementation deps.junit
7070
androidTestImplementation deps.runner
7171
androidTestImplementation deps.espresso.core
72-
// implementation project(':xupdate-lib')
72+
implementation project(':xupdate-lib')
7373

74-
implementation 'com.github.xuexiangjys:XUpdate:2.1.2'
74+
// implementation 'com.github.xuexiangjys:XUpdate:2.1.3'
7575

7676
implementation 'com.github.xuexiangjys.XUtil:xutil-core:2.0.0'
7777
implementation 'com.github.xuexiangjys.XUtil:xutil-sub:2.0.0'

0 commit comments

Comments
 (0)