Skip to content

Commit c726ae0

Browse files
committed
发布2.1.5版本
1 parent 8f7cca1 commit c726ae0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In order to facilitate the rapid integration of X-Library, I provide a template
5151

5252
* Support custom request API interface.
5353

54-
* Compatible with Android 6.0 ~ 11.0.
54+
* Compatible with Android 6.0 ~ 12.0.
5555

5656
* Support Chinese and English language (internationalization).
5757

@@ -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.4'
185+
implementation 'com.github.xuexiangjys:XUpdate:2.1.5'
186186
}
187187
```
188188

README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
* 支持自定义请求API接口。
5353

54-
* 兼容Android6.0~11.0。
54+
* 兼容Android6.0~12.0。
5555

5656
* 支持中文和英文两种语言显示(国际化)。
5757

@@ -181,7 +181,7 @@ allprojects {
181181
dependencies {
182182
...
183183
// androidx版本
184-
implementation 'com.github.xuexiangjys:XUpdate:2.1.4'
184+
implementation 'com.github.xuexiangjys:XUpdate:2.1.5'
185185
}
186186
```
187187

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
androidTestImplementation deps.espresso.core
7272
implementation project(':xupdate-lib')
7373

74-
// implementation 'com.github.xuexiangjys:XUpdate:2.1.4'
74+
// implementation 'com.github.xuexiangjys:XUpdate:2.1.5'
7575

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

versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ ext.deps = deps
105105
def build_versions = [:]
106106
build_versions.min_sdk = 19
107107
build_versions.target_sdk = 31
108-
build_versions.build_tools = "31.0.0"
108+
build_versions.build_tools = "29.0.3"
109109
ext.build_versions = build_versions
110110

111111
def app_release = [:]

0 commit comments

Comments
 (0)