File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 661 . *** 本项目Fork自chanjarster/weixin-java-tools,但由于原项目已停止维护,故单独维护和发布,且发布到maven上的groupId也会不同,详细信息见下文。***
771 . *** 自2.0.0版本以来,公众号的接口调整比较大,主要是为了解决主接口类过于庞大不方便管理的问题,将接口实现代码按模块进行拆分。***
881 . 本SDK要求的最低JDK版本是7,为满足少量还在使用JDK6的用户的需求,特意抽出独立的代码分支项目,请参考 https://github.com/binarywang/weixin-java-tools-for-jdk6 ,其他更早的JDK版本则需要自己改造实现;
9- 1 . 最新更新:2016-09-30 发布2.2 .0正式版!
9+ 1 . 最新更新:2016-10-31 发布2.3 .0正式版!
1010
1111===========
1212
@@ -36,12 +36,12 @@ maven:
3636<dependency >
3737 <groupId >com.github.binarywang</groupId >
3838 <artifactId >weixin-java-mp</artifactId >
39- <version >2.2 .0</version >
39+ <version >2.3 .0</version >
4040</dependency >
4141```
4242gradle:
4343``` groovy
44- compile 'com.github.binarywang:weixin-java-mp:2.2 .0'
44+ compile 'com.github.binarywang:weixin-java-mp:2.3 .0'
4545```
4646
4747* 企业号:
@@ -51,12 +51,12 @@ maven:
5151<dependency >
5252 <groupId >com.github.binarywang</groupId >
5353 <artifactId >weixin-java-cp</artifactId >
54- <version >2.2 .0</version >
54+ <version >2.3 .0</version >
5555</dependency >
5656```
5757gradle:
5858``` groovy
59- compile 'com.github.binarywang:weixin-java-cp:2.2 .0'
59+ compile 'com.github.binarywang:weixin-java-cp:2.3 .0'
6060```
6161
6262===========
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ allprojects {
22 apply plugin : ' maven'
33
44 group = ' com.github.binarywang'
5- version = ' 2.2 .0'
5+ version = ' 2.3 .0'
66}
77
88subprojects {
You can’t perform that action at this time.
0 commit comments