feat(android): Bundle GITHUB_SHA into Android client (#6405)

Closes #6400 


<img width="659" alt="Screenshot 2024-08-21 at 11 24 16 PM"
src="https://github.com/user-attachments/assets/c1240406-4dda-41df-a36e-1ed9e9b0895a">
This commit is contained in:
Jamil
2024-08-26 22:17:22 -07:00
committed by GitHub
parent d042addc5f
commit 2b030d801d
4 changed files with 17 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ jobs:
run: |
echo -n "$FIREBASE_APP_DISTRIBUTION_CREDENTIALS" > $FIREBASE_CREDENTIALS_PATH
./gradlew --info appDistributionUploadRelease uploadCrashlyticsSymbolFileRelease
build_debug:
# Android SDK tools hardware accel is available only on Linux runners
runs-on: ubuntu-22.04