Commit 3333d450 by patpat

生产分支配置

parent 1c471e67
...@@ -11,7 +11,7 @@ android { ...@@ -11,7 +11,7 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 22 targetSdkVersion 22
versionCode 11 versionCode 11
versionName "1.2.0" versionName "1.2.0" // 生产分支
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {
......
...@@ -9,7 +9,7 @@ object AppConfig { ...@@ -9,7 +9,7 @@ object AppConfig {
PROD PROD
} }
val SERVER = Server.PROD val SERVER = Server.PROD // 生产分支
fun getMainWebSocketServerHost(): String { fun getMainWebSocketServerHost(): String {
return when (SERVER) { return when (SERVER) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment