You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Centralize dependency and plugin version management using Gradle's version catalog feature.
This improves maintainability by having a single source of truth for all versions.
Changes:
- Add gradle/libs.versions.toml with all dependency and plugin versions
- Update all build.gradle.kts files to use version catalog references
- Configure version catalog in all settings.gradle.kts files
- Replace hardcoded versions with catalog references throughout the project
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments