Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
huangzhicong
/
SmartCanteen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3333d450
authored
Dec 11, 2019
by
patpat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产分支配置
parent
1c471e67
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/build.gradle
+1
-1
app/src/main/java/com/bgycc/smartcanteen/AppConfig.kt
+1
-1
No files found.
app/build.gradle
View file @
3333d450
...
...
@@ -11,7 +11,7 @@ android {
minSdkVersion
21
targetSdkVersion
22
versionCode
11
versionName
"1.2.0"
versionName
"1.2.0"
// 生产分支
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
}
buildTypes
{
...
...
app/src/main/java/com/bgycc/smartcanteen/AppConfig.kt
View file @
3333d450
...
...
@@ -9,7 +9,7 @@ object AppConfig {
PROD
}
val
SERVER
=
Server
.
PROD
val
SERVER
=
Server
.
PROD
// 生产分支
fun
getMainWebSocketServerHost
():
String
{
return
when
(
SERVER
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment