diff --git a/jobs/HRB_Mobile_Prod_DHP_apk/config.xml b/jobs/HRB_Mobile_Prod_DHP_apk/config.xml index 990a477918ed5e4361ba3b8ef95e542f380010ad..0e7522467f2214c1677cc73efa55a2a8bb8a1ddf 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:\/\/dihtest.uhealthbank.com\//g' src/configs/index.js +sed -i "" '/url/s/http.*\//https:\/\/dhp.h2uclub.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 '' "/unitStandard/s/\'.*\';/\'USCU\';/" src/configs/index.js