Commit 260398db by patpat

develop分支配置

parent 1c471e67
......@@ -11,7 +11,7 @@ android {
minSdkVersion 21
targetSdkVersion 22
versionCode 11
versionName "1.2.0"
versionName "0.0.0" // develop分支
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
......
......@@ -9,7 +9,7 @@ object AppConfig {
PROD
}
val SERVER = Server.PROD
val SERVER = Server.TEST // develop分支
fun getMainWebSocketServerHost(): String {
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