- Introduced `libs.versions.toml` to manage dependencies in a centralized and structured manner. - This improves maintainability and makes it easier to update and manage library versions across the project. - Follows best practices for Gradle dependency management by separating version definitions from build scripts.