Acerca de
This skill streamlines the integration of new libraries into Android projects by enforcing best practices such as checking for the latest stable versions via web search, updating the gradle/libs.versions.toml file to prevent hardcoded versions, and validating builds after changes. It ensures project stability by requiring explicit user approval and verifying the necessity of each new dependency before implementation, making it an essential tool for maintaining clean and manageable Gradle build systems.