Skip to content

未使用のGradle依存関係を削除 - #116

Merged
ai-kurou merged 2 commits into
mainfrom
codex/remove-unused-gradle-dependencies
Jul 27, 2026
Merged

未使用のGradle依存関係を削除#116
ai-kurou merged 2 commits into
mainfrom
codex/remove-unused-gradle-dependencies

Conversation

@ai-kurou

@ai-kurou ai-kurou commented Jul 26, 2026

Copy link
Copy Markdown
Owner

概要

不要になっている build.gradle.kts の依存宣言を削除します。

変更内容

  • app の重複していた Firebase Crashlytics SDK 宣言を削除
  • androidTest ソースを持たないライブラリモジュールから androidx.test.runner 依存を削除
  • Feature モジュールの通常テストで直接使っていない Roborazzi test dependencies を削除

検証

  • 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 testDebugUnitTest

Summary by CodeRabbit

  • テスト

    • Android の自動テスト実行対象をアプリモジュールに明示し、テスト実行の安定性を向上しました。
    • 不要となった各種の計測テスト・UIテスト関連設定を整理しました。
  • Chores

    • 未使用の Firebase およびテスト関連設定を削除し、ビルド構成を簡素化しました。

@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 9aaee070-e072-424e-b7fc-a48012028c11

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • ✅ Review completed - (🔄 Check again to review again)

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codacy-production

Copy link
Copy Markdown
Contributor

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

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

codecov Bot commented Jul 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sonarqubecloud

Copy link
Copy Markdown

@ai-kurou
ai-kurou merged commit f6b2221 into main Jul 27, 2026
12 checks passed
@ai-kurou
ai-kurou deleted the codex/remove-unused-gradle-dependencies branch July 27, 2026 00:29
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