diff --git a/jobs/HRB_Mobile_Prod_DHP_apk/config.xml b/jobs/HRB_Mobile_Prod_DHP_apk/config.xml index 25bedf2f11c8d7ca9eb301fb0944a96694a062d8..923887b5223df8423daa64a0f251a128e0d34880 100644 --- a/jobs/HRB_Mobile_Prod_DHP_apk/config.xml +++ b/jobs/HRB_Mobile_Prod_DHP_apk/config.xml @@ -61,7 +61,7 @@ MODIFIED_DATE=$(git log -1 --format="%ci" --) npm install # RNFB_ANDROID_PERMISSIONS=true react-native link -sed -i "" '/url/s/http.*\//https:\/\/hrb.foxconn.com\//g' src/configs/index.js +sed -i "" '/url/s/http.*\//https:\/\/dihtest.uhealthbank.com\//g' src/configs/index.js sed -i '' "/version/s/\'.*\';/\'${VERSION}\';/" src/configs/index.js sed -i '' "/defaultLanguageCode/s/\'.*\';/\'en_US\';/" src/configs/index.js sed -i '' "/modifiedTime/s/\'.*\';/\'${MODIFIED_DATE}\';/" src/configs/index.js