Skip to content

Feat/100 set up firebase crashlytics#101

Merged
MarcelMilka merged 4 commits into
masterfrom
feat/100-set-up-firebase-crashlytics
Apr 3, 2026
Merged

Feat/100 set up firebase crashlytics#101
MarcelMilka merged 4 commits into
masterfrom
feat/100-set-up-firebase-crashlytics

Conversation

@MarcelMilka
Copy link
Copy Markdown
Owner

No description provided.

- Rename base package directory and update package declarations in `MainActivity.kt`, `SaveFileContract.kt`, and `ApplicationClass.kt`.
- Update `namespace` and `applicationId` in `app/build.gradle.kts` to reflect the new package name.
- Add `google-services` and `firebase-crashlytics` plugins to the root and app-level `build.gradle.kts` files.
- Include Firebase BOM, Crashlytics, and Analytics dependencies in the `app` and `common` modules.
- Define versions and library aliases for `firebase-bom` (34.11.0), `google-services` (4.4.4), and `firebase-crashlytics` (3.0.6) in `libs.versions.toml`.
- Create `CrashlyticsManager` interface to abstract crash reporting operations, including breadcrumbs, non-fatal exceptions, and user context.
- Implement `CrashlyticsManagerImpl` using the Firebase Crashlytics SDK.
- Add `CrashlyticsManagerModule` to provide `CrashlyticsManager` as a singleton via Dagger/Hilt.
- Create `app/google-services.json` using the `GOOGLE_SERVICES_JSON` secret during the CI process.
@MarcelMilka MarcelMilka merged commit 64f456d into master Apr 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant