-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Enabled Crashlytics mapping file upload
This commit enables the upload of Crashlytics mapping files, allowing for more detailed and accurate crash reports. It also updates some dependencies to their latest versions. Specifically, this commit: - Enables `mappingFileUploadEnabled` and `nativeSymbolUploadEnabled` in the Crashlytics configuration for the Play Store build. - Updates the Firebase BOM to version 33.1.2. - Updates the Android Gra dle Plugin to version 8.5.1. - Removes the unnecessary `material` dependency. - Moves the Firebase initialization to the `playstore` flavor. - Removes the unnecessary `initializeFirebase` call from the `App` class. - Updates the Compose BOM to the stable version. - Applies the Google Services and Firebase Crashlytics plugins only to the `playstore` flavor. - Changes the `playstoreImplementation` dependency to `playstoreApi` for Firebase libraries. - Removes the `setCrashlyticsCollection` function from `MainActivity` and makes it a top-level function . - Fixes the crash in the Play Store release version thanks to [this issue](firebase/firebase-android-sdk#6146) Signed-off-by: Gabriel Fontán <[email protected]>
- Loading branch information
Showing
4 changed files
with
11 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters