enviroCar / enviroCar-app

enviroCar Android Application
https://envirocar.org
GNU General Public License v3.0
89 stars 158 forks source link

Migrate to Gradle Version Catalog #1001

Closed alexmercerind closed 6 months ago

alexmercerind commented 6 months ago

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.