@@ -50,8 +50,8 @@ android {
applicationId "com.guadou.yyemployer"
minSdkVersion 21
targetSdkVersion 35
- versionCode 309
- versionName "3.0.9"
+ versionCode 310
+ versionName "3.1.0"
multiDexEnabled true
@@ -2,7 +2,7 @@
class ApiConstants {
//当前服务器环境
- static const isServerRelease = false;
+ static const isServerRelease = true;
//新加坡的域名
static const sgBaseUrl = isServerRelease ? 'https://casualabour.com/' : 'http://singapore-dev.casualabour.com';