Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
L
LuckyFarm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
LuckyFarm
Commits
f91304c0
Commit
f91304c0
authored
Jan 05, 2021
by
王雪伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[提交人]:王雪伟
[提交简述] :幸福花园 [实现方案] :1.0.5
parent
2b795701
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
BaseApplication.kt
app/src/main/java/com/ym/game/application/BaseApplication.kt
+1
-1
version.properties
app/version.properties
+2
-2
No files found.
app/src/main/java/com/ym/game/application/BaseApplication.kt
View file @
f91304c0
...
...
@@ -52,7 +52,7 @@ class BaseApplication : BaseApplication() {
private
var
backToFrontTime
:
Long
=
0
override
fun
onCreate
()
{
super
.
onCreate
()
NetConfig
.
setBase_Url
(
NetConfig
.
Environment
.
DEV
)
// TODO 上线之后提成成 NetConfig.Environment.PRODUCT
NetConfig
.
setBase_Url
(
NetConfig
.
Environment
.
PRODUCT
)
// TODO 上线之后提成成 NetConfig.Environment.PRODUCT
var
isDebug
=
true
if
(
NetConfig
.
sEnvironment
==
NetConfig
.
Environment
.
PRODUCT
)
{
...
...
app/version.properties
View file @
f91304c0
PACKAGE_NAME
=
com.ym.garden
VERSION_CODE
=
5
VERSION_NAME
=
1.0.4
\ No newline at end of file
VERSION_CODE
=
6
VERSION_NAME
=
1.0.5
\ No newline at end of file
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