diff --git a/scripts/deploy_testingapp_preprod.sh b/scripts/deploy_testingapp_preprod.sh index df790ed..050c54a 100644 --- a/scripts/deploy_testingapp_preprod.sh +++ b/scripts/deploy_testingapp_preprod.sh @@ -1,3 +1,3 @@ firebase appdistribution:distribute /Users/apple/Downloads/work/hpos/app/build/outputs/apk/debug/app-debug.apk \ --app 1:121176529204:android:e6841fdac57bdc95bbed61 \ - --release-notes " blind study \n show device ratio class \n new low hb check" --groups "smi-group" + --release-notes " blind study" --groups "smi-group" diff --git a/scripts/deploy_testingapp_qa.sh b/scripts/deploy_testingapp_qa.sh index 8c9743a..79858af 100644 --- a/scripts/deploy_testingapp_qa.sh +++ b/scripts/deploy_testingapp_qa.sh @@ -1,3 +1,3 @@ firebase appdistribution:distribute /Users/apple/Downloads/work/hpos/app/build/outputs/apk/debug/app-debug.apk \ --app 1:1004619739289:android:8397cd1f0357bd89e5c808 \ - --release-notes "release for PQ of dev 12 and 13" --groups "smi-group" + --release-notes "blind study" --groups "smi-group"