소스 검색

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) {