We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903b584 commit c10e4b3Copy full SHA for c10e4b3
client-sdk/build.gradle
@@ -15,7 +15,7 @@ java {
15
group = 'com.smjcco.wxpusher'
16
17
publishOnCentral {
18
- version = '3.0.1'
+ version = '3.0.2'
19
repoOwner.set("wxpusher")
20
projectDescription.set("WxPusher消息推送平台 是一个使用微信公众号作为通道的,实时信息推送平台,你可以通过调用API的方式,把信息推送到微信上,无需安装额外的软件,即可做到信息实时通知。 你可以使用WxPusher来做服务器报警通知、抢课通知、抢票通知,信息更新提示等。")
21
projectLongName.set("WxPusher消息推送平台 Java SDK")
0 commit comments