honghengqiang 2 anni fa
parent
commit
bade0a34fb

+ 2 - 2
app/build.gradle

@@ -15,8 +15,8 @@ android {
         applicationId "com.swago.app"
         minSdkVersion 21
         targetSdkVersion 31
-        versionCode 6031
-        versionName "6.0.3.1"
+        versionCode 6040
+        versionName "6.0.4.0"
         multiDexEnabled true
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
 

+ 0 - 1
app/src/main/java/com/swago/app/SplashVm.kt

@@ -107,7 +107,6 @@ class SplashVm(application: Application) : BaseViewModel(application) {
         if (BuildConfig.DEBUG) {
             UrlConstant.BASE_URL =   "http:test-api.swago.cn"
 //            UrlConstant.BASE_URL =   "http:huawei.swago.cn"
-//            UrlConstant.BASE_URL =    "https://api.swagobei.com"
 //            UrlConstant.BASE_URL =   "https://pro-api.swago.cn"
         } else {
             UrlConstant.BASE_URL = baseUrl

+ 0 - 1
baseswago/src/main/java/com/swago/baseswago/constant/UrlConstant.kt

@@ -16,7 +16,6 @@ object UrlConstant {
     var BASE_URL = if (BuildConfig.DEBUG) {
             "http:test-api.swago.cn"
 //            "http:huawei.swago.cn"
-//        "https://api.swagobei.com"
 //        "https://pro-api.swago.cn"
     } else {
             "https://pro-api.swago.cn"