From 86f59b1c2c610d68ce99d116caa25c50d2c52bf8 Mon Sep 17 00:00:00 2001 From: Anant Bhasin Date: Thu, 8 Apr 2021 12:22:08 +0530 Subject: [PATCH] Keystore gen update --- .github/workflows/android_detox.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/android_detox.yml b/.github/workflows/android_detox.yml index e4582f5e0..69dd6fb10 100644 --- a/.github/workflows/android_detox.yml +++ b/.github/workflows/android_detox.yml @@ -42,6 +42,10 @@ jobs: run: | cd android echo -e "" > ./gradle.properties + echo -e "android.useAndroidX=true" >> ./gradle.properties + 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 "KEYSTORE=debug.keystore" >> ./gradle.properties echo -e "KEYSTORE_PASSWORD=android" >> ./gradle.properties echo -e "KEY_ALIAS=androiddebugkey" >> ./gradle.properties