Gradle Version Catalog is the recommended way of specifying dependencies in Android projects. It allows to specify dependencies & plugins in a scalable way. It makes dependency management easier for projects involving multiple modules such as enviroCar.
All the project dependencies & their associated versions are declared in the libs.versions.toml file.
As part of the migration, warnings in all the Gradle files have been resolved.
Gradle Version Catalog is the recommended way of specifying dependencies in Android projects. It allows to specify dependencies & plugins in a scalable way. It makes dependency management easier for projects involving multiple modules such as enviroCar.
All the project dependencies & their associated versions are declared in the libs.versions.toml file.
As part of the migration, warnings in all the Gradle files have been resolved.