Commit f91304c0 authored by 王雪伟's avatar 王雪伟

[提交人]:王雪伟

[提交简述] :幸福花园
[实现方案] :1.0.5
parent 2b795701
......@@ -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) {
......
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
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 to comment