Skip to content

Commit

Permalink
发布2.1.5版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Mar 24, 2024
1 parent 8f7cca1 commit c726ae0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ In order to facilitate the rapid integration of X-Library, I provide a template

* Support custom request API interface.

* Compatible with Android 6.0 ~ 11.0.
* Compatible with Android 6.0 ~ 12.0.

* Support Chinese and English language (internationalization).

Expand Down Expand Up @@ -182,7 +182,7 @@ The following is the version description. Choose one.
dependencies {
...
// androidx project
implementation 'com.github.xuexiangjys:XUpdate:2.1.4'
implementation 'com.github.xuexiangjys:XUpdate:2.1.5'
}
```

Expand Down
4 changes: 2 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

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

* 兼容Android6.0~11.0。
* 兼容Android6.0~12.0。

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

Expand Down Expand Up @@ -181,7 +181,7 @@ allprojects {
dependencies {
...
// androidx版本
implementation 'com.github.xuexiangjys:XUpdate:2.1.4'
implementation 'com.github.xuexiangjys:XUpdate:2.1.5'
}
```

Expand Down
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.4'
// implementation 'com.github.xuexiangjys:XUpdate:2.1.5'

implementation 'com.github.xuexiangjys.XUtil:xutil-core:2.0.0'
implementation 'com.github.xuexiangjys.XUtil:xutil-sub:2.0.0'
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ext.deps = deps
def build_versions = [:]
build_versions.min_sdk = 19
build_versions.target_sdk = 31
build_versions.build_tools = "31.0.0"
build_versions.build_tools = "29.0.3"
ext.build_versions = build_versions

def app_release = [:]
Expand Down

0 comments on commit c726ae0

Please sign in to comment.