Browse Source

DCAU-436 모바일앱 API호출 도메인 변경
DCAU-437 [Android] 도메인 변경

aaron 6 years ago
parent
commit
83bda5f9e2
1 changed files with 5 additions and 5 deletions
  1. 5 5
      app/build.gradle

+ 5 - 5
app/build.gradle

@@ -29,15 +29,15 @@ android {
         buildConfigField "String", "REVISION", "\"${todayDate}${buildNumber}\""
         buildConfigField "String", "RC", "\"${buildStep}\""
 
-        buildConfigField "String", "WEB_REAL_URL", "\"https://qtalk.dreamplus.center/newgw/b/v2\""
-        buildConfigField "String", "WEB_DEV_URL", "\"https://qtalk-dev.dreamplus.center/newgw/b/v2\""
+        buildConfigField "String", "WEB_REAL_URL", "\"https://qtalk.hanwhalife.com/newgw/b/v2\""
+        buildConfigField "String", "WEB_DEV_URL", "\"https://qtalk-dev.hanwhalife.com/newgw/b/v2\""
         buildConfigField "String", "WEB_LOCAL_URL", "\"http://192.168.0.27:38999/b/v2\""
 
-        buildConfigField "String", "REAL_URL", "\"https://qtalk.dreamplus.center/newgw/a/v2\""
-        buildConfigField "String", "DEV_URL", "\"https://qtalk-dev.dreamplus.center/newgw/a/v2\""
+        buildConfigField "String", "REAL_URL", "\"https://qtalk.hanwhalife.com/newgw/a/v2\""
+        buildConfigField "String", "DEV_URL", "\"https://qtalk-dev.hanwhalife.com/newgw/a/v2\""
         buildConfigField "String", "LOCAL_URL", "\"http://192.168.0.38:38999/a/v2\""
 
-        buildConfigField "String", "DOWNLOAD_URL", "\"http://qtalk.dreamplus.center/downloads/\""
+        buildConfigField "String", "DOWNLOAD_URL", "\"http://qtalk.hanwhalife.com/downloads/\""
     }
     signingConfigs {
         release {