未使用のGradle依存関係を削除 - #116
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|



概要
不要になっている build.gradle.kts の依存宣言を削除します。
変更内容
appの重複していた Firebase Crashlytics SDK 宣言を削除androidx.test.runner依存を削除検証
git diff --check./gradlew :app:assembleDebug :app:assembleRelease./gradlew :feature:devices:testDebugUnitTest :feature:onboarding:testDebugUnitTest :feature:settings:testDebugUnitTest :app:testDebugUnitTest./gradlew detekt assertModuleGraph :app:assembleDebug :app:assembleRelease testDebugUnitTestSummary by CodeRabbit
テスト
Chores