1
0
Selaa lähdekoodia

Merge branch 'master' of csk/wxservice into master

Scott Chen 9 kuukautta sitten
vanhempi
commit
eae3bf0a04
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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) {