We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3534640 + 04ed454 commit 65ef133Copy full SHA for 65ef133
README.md
@@ -27,7 +27,7 @@
27
在你的`build.gradle`文件中加入如下的依赖
28
29
```groovy
30
-implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.3.0'
+implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.0'
31
```
32
33
### Maven
@@ -37,7 +37,7 @@ implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.3.0'
37
<dependency>
38
<groupId>com.github.wechatpay-apiv3</groupId>
39
<artifactId>wechatpay-apache-httpclient</artifactId>
40
- <version>0.3.0</version>
+ <version>0.4.0</version>
41
</dependency>
42
43
0 commit comments