diff --git a/.github/workflows/android_detox.yml b/.github/workflows/android_detox.yml index cd1e7b7b0..ed658799a 100644 --- a/.github/workflows/android_detox.yml +++ b/.github/workflows/android_detox.yml @@ -46,7 +46,8 @@ 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.properties + echo -e "VERSIONCODE=999999999" >> ./gradle. + echo -e "BugsnagAPIKey=invalid" >> ./gradle.properties echo -e "KEYSTORE=debug.keystore" >> ./gradle.properties echo -e "KEYSTORE_PASSWORD=android" >> ./gradle.properties echo -e "KEY_ALIAS=androiddebugkey" >> ./gradle.properties