Keystore gen update

This commit is contained in:
Anant Bhasin 2021-04-08 12:22:08 +05:30
parent d776d97fa2
commit 86f59b1c2c
1 changed files with 4 additions and 0 deletions

View File

@ -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