Commit 013d5b1e authored by maxiaoliang's avatar maxiaoliang

1

parent f45e2dbe
PACKAGE_NAME=com.zxhl.shop
VERSION_CODE=10
VERSION_NAME=1.0.9
\ No newline at end of file
VERSION_CODE=11
VERSION_NAME=1.1.0
\ No newline at end of file
......@@ -21,7 +21,7 @@ public class NetConfig {
}
// 根据调试选项更新环境
public static Environment sEnvironment = DEV;// 当前环境
public static Environment sEnvironment = PRODUCT;// 当前环境
public static String BASE_WEB_URL = "";
public static String BASE_URL = "";
public static String BASE_NEW_URL = "";
......
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