From d0503e82da5534bcc5e74cfcf7833298048a4087 Mon Sep 17 00:00:00 2001 From: Anant Bhasin Date: Thu, 8 Apr 2021 22:41:12 +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 51e235050..718c91c51 100644 --- a/.github/workflows/android_detox.yml +++ b/.github/workflows/android_detox.yml @@ -46,7 +46,7 @@ jobs: echo -e "android.enableJetifier=true" >> ./gradle.properties 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 "VERSIONCODE=99999" >> ./gradle. echo -e "BugsnagAPIKey=\"\"" >> ./gradle.properties echo -e "KEYSTORE=debug.keystore" >> ./gradle.properties echo -e "KEYSTORE_PASSWORD=android" >> ./gradle.properties