File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
## 项目状态
10
10
11
- 当前版本` 0.4.9 ` 为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。
11
+ 当前版本` 0.5.0 ` 为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。
12
12
13
13
## 升级指引
14
14
27
27
在你的` build.gradle ` 文件中加入如下的依赖
28
28
29
29
``` groovy
30
- implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.9 '
30
+ implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.5.0 '
31
31
```
32
32
33
33
### Maven
@@ -37,7 +37,7 @@ implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.9'
37
37
<dependency >
38
38
<groupId >com.github.wechatpay-apiv3</groupId >
39
39
<artifactId >wechatpay-apache-httpclient</artifactId >
40
- <version >0.4.9 </version >
40
+ <version >0.5.0 </version >
41
41
</dependency >
42
42
```
43
43
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
group ' com.github.wechatpay-apiv3'
8
- version ' 0.4.9 '
8
+ version ' 0.5.0 '
9
9
10
10
sourceCompatibility = 1.8
11
11
targetCompatibility = 1.8
You can’t perform that action at this time.
0 commit comments