Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaos116 committed Aug 12, 2021
1 parent 2ebd088 commit 97fb0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//===================版本配置===================//
//测试版(只有第一位可以大于等于10)
def version_Name_D = "1.0.3"
def version_Name_D = "1.0.4"
def version_Code_D = (version_Name_D.replace(".", "")).toInteger()
//正式版(只有第一位可以大于等于10)
def version_Name_R = "1.0.3"
def version_Name_R = "1.0.4"
def version_Code_R = (version_Name_R.replace(".", "")).toInteger()
//Bugly相关
def buglyAppIdDebug = "c6e450ad19"
Expand Down

0 comments on commit 97fb0a6

Please sign in to comment.