Remove unused com.github.ben-manes.versions plugin - #3755
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 56138b6b36
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -26,7 +26,6 @@ plugins { | |||
| alias(libs.plugins.androidLibraryPlugin) apply false | |||
| alias(libs.plugins.kotlinAndroidPlugin) apply false | |||
| alias(libs.plugins.dokkaGradlePlugin) apply false | |||
There was a problem hiding this comment.
Prefix the commit title with its ticket number
The reviewed commit is titled Remove unused com.github.ben-manes.versions plugin without a ticket identifier, but every commit in this repository must use the RUM-XXXXX: <short description> format and reference its ticket; update the title before merging so the change remains traceable to its issue.
AGENTS.md reference: AGENTS.md:L115-L119
Useful? React with 👍 / 👎.
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 56138b6 | Docs | View more details | Give us feedback! |
What does this PR do?
We are not actually using this plugin, and Android Studio / Versions Catalog already show new versions anyway. Bumping versions is a granular + manual process in any case.
Review checklist (to be filled by reviewers)