nimblehq / android-templates

Our optimized Android templates used in our projects
https://nimblehq.co/
MIT License
98 stars 23 forks source link

Migrate to build version catalog #586

Open ryan-conway opened 1 month ago

ryan-conway commented 1 month ago

Why

Gradle Version Catalogs allow developers to mange dependencies across modules from a single filegradle/libs.versions.toml, which contains 4 sections:

This allows us to centralize the dependencies declared across modules and submodules. We can replace Dependencies, Plugins and Versions from the buildSrc module with a single project level gradle/lib.versions.toml file 🙇🏻

References

Who Benefits?

Developers

hoangnguyen92dn commented 3 weeks ago

@ryan-conway Seems you open duplicated issue? https://github.com/nimblehq/android-templates/issues/575