Skip to content

Commit e6a770c

Browse files
committed
修改框架版本号为 13.5
1 parent 158bcf6 commit e6a770c

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

README-en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
* Blog address: [Network Requests, As Elegant As Silk](https://www.jianshu.com/p/93cd59dec002)
88

9-
* [Click here to download demo apk directly](https://github.com/getActivity/EasyHttp/releases/download/13.0/EasyHttp.apk)
9+
* [Click here to download demo apk directly](https://github.com/getActivity/EasyHttp/releases/download/13.5/EasyHttp.apk)
1010

1111
![](picture/en/demo_preview.jpg)
1212

@@ -49,7 +49,7 @@ android {
4949
5050
dependencies {
5151
// Network request framework: https://github.com/getActivity/EasyHttp
52-
implementation 'com.github.getActivity:EasyHttp:13.0'
52+
implementation 'com.github.getActivity:EasyHttp:13.5'
5353
// OkHttp framework: https://github.com/square/okhttp
5454
// noinspection GradleDependency
5555
implementation 'com.squareup.okhttp3:okhttp:5.3.0'
@@ -77,7 +77,7 @@ dependencies {
7777

7878
| Feature or Detail | [EasyHttp](https://github.com/getActivity/EasyHttp) | [Retrofit](https://github.com/square/retrofit) | [OkGo](https://github.com/jeasonlzy/okhttp-OkGo) |
7979
| :----: | :------: | :-----: | :-----: |
80-
| Supported Version | 13.0 | 2.9.0 | 3.0.4 |
80+
| Supported Version | 13.5 | 2.9.0 | 3.0.4 |
8181
| Number of issues | [![](https://img.shields.io/github/issues/getActivity/EasyHttp.svg)](https://github.com/getActivity/EasyHttp/issues) | [![](https://img.shields.io/github/issues/square/retrofit.svg)](https://github.com/square/retrofit/issues) | [![](https://img.shields.io/github/issues/jeasonlzy/okhttp-OkGo.svg)](https://github.com/jeasonlzy/okhttp-OkGo/issues) |
8282
| **aar package size** | 96 KB | 123 KB | 131 KB |
8383
| minSdk requirement | API 14+ | API 21+ | API 14+ |

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
* 博客地址:[网络请求,如斯优雅](https://www.jianshu.com/p/93cd59dec002)
88

9-
* 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[点击此处下载Demo](https://github.com/getActivity/EasyHttp/releases/download/13.0/EasyHttp.apk)
9+
* 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[点击此处下载Demo](https://github.com/getActivity/EasyHttp/releases/download/13.5/EasyHttp.apk)
1010

1111
![](picture/demo_code.png)
1212

@@ -65,7 +65,7 @@ android {
6565
6666
dependencies {
6767
// 网络请求框架:https://github.com/getActivity/EasyHttp
68-
implementation 'com.github.getActivity:EasyHttp:13.0'
68+
implementation 'com.github.getActivity:EasyHttp:13.5'
6969
// OkHttp 框架:https://github.com/square/okhttp
7070
// noinspection GradleDependency
7171
implementation 'com.squareup.okhttp3:okhttp:5.3.0'
@@ -93,7 +93,7 @@ dependencies {
9393

9494
| 功能或细节 | [EasyHttp](https://github.com/getActivity/EasyHttp) | [Retrofit](https://github.com/square/retrofit) | [OkGo](https://github.com/jeasonlzy/okhttp-OkGo) |
9595
| :----: | :------: | :-----: | :-----: |
96-
| 对应版本 | 13.0 | 2.9.0 | 3.0.4 |
96+
| 对应版本 | 13.5 | 2.9.0 | 3.0.4 |
9797
| issues 数 | [![](https://img.shields.io/github/issues/getActivity/EasyHttp.svg)](https://github.com/getActivity/EasyHttp/issues) | [![](https://img.shields.io/github/issues/square/retrofit.svg)](https://github.com/square/retrofit/issues) | [![](https://img.shields.io/github/issues/jeasonlzy/okhttp-OkGo.svg)](https://github.com/jeasonlzy/okhttp-OkGo/issues) |
9898
| **aar 包大小** | 96 KB | 123 KB | 131 KB |
9999
| minSdk 要求 | API 14+ | API 21+ | API 14+ |

common.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ android {
44
// 编译源码版本
55
compileSdk 34
66
defaultConfig {
7-
// 最低安装版本
8-
minSdk 16
97
// Android 版本适配指南:https://github.com/getActivity/AndroidVersionAdapter
108
targetSdk 34
11-
versionCode 1300
12-
versionName "13.0"
9+
versionCode 1350
10+
versionName "13.5"
1311
}
1412

1513
// 支持 Java JDK 8

0 commit comments

Comments
 (0)