在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用update-dependencies
星标1
分支0
更新时间2026年5月11日 07:41
Updates the project dependencies
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Updates the project dependencies
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | update-dependencies |
| description | Updates the project dependencies |
libs.versions.toml and gradle-wrapper.propertieslibs.versions.toml and gradle-wrapper.properties and honor the notes taken to
decide if a dependency should be updated to it's latest version or remain on a certain version for compatibility reasonslibs.versions.toml and gradle-wrapper.propertiesrc over beta and alpha--refresh-dependencies flag (e.g., ./gradlew assembleDebug --refresh-dependencies)libs.versions.toml and gradle-wrapper.properties on the versions you decide not to update with an explanation why (usually due to compatibility issues)./gradlew assembleDebug and fix any compilation errors./gradlew test. Fix any issues caused by failing tests. Never change the tests
themself.Verify that all versions in libs.versions.toml and gradle-wrapper.properties that have a newer version available
either are at their latest version or has a comment explaining why it wasn't updated
libs.versions.toml and gradle-wrapper.properties and let the user approve them