浏览代码

Merge branch 'master' of csk/wxservice into master

Scott Chen 9 月之前
父节点
当前提交
eae3bf0a04
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -4,8 +4,8 @@ plugins {
     id 'java'
 }
 
-group = 'com.ematou.wechatservice'
-version = '0.0.1-SNAPSHOT'
+group = 'com.ematou.wxservice'
+version = '1.0.0'
 
 // Task type of JavaCompile
 tasks.withType(JavaCompile) {