From bad5cf611b0e1c00f8d0d064e49140fed2b71166 Mon Sep 17 00:00:00 2001 From: Anant Bhasin Date: Thu, 8 Apr 2021 13:10:11 +0530 Subject: [PATCH] Keystore gen update --- .github/workflows/android_detox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_detox.yml b/.github/workflows/android_detox.yml index ed658799a..51e235050 100644 --- a/.github/workflows/android_detox.yml +++ b/.github/workflows/android_detox.yml @@ -47,7 +47,7 @@ jobs: echo -e "FLIPPER_VERSION=0.51.0" >> ./gradle.properties echo -e "APPLICATION_ID=chat.rocket.reactnative" >> ./gradle.properties echo -e "VERSIONCODE=999999999" >> ./gradle. - echo -e "BugsnagAPIKey=invalid" >> ./gradle.properties + echo -e "BugsnagAPIKey=\"\"" >> ./gradle.properties echo -e "KEYSTORE=debug.keystore" >> ./gradle.properties echo -e "KEYSTORE_PASSWORD=android" >> ./gradle.properties echo -e "KEY_ALIAS=androiddebugkey" >> ./gradle.properties