-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.releasedtype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Is your feature request related to a problem? Please describe.
It's currently difficult to make sure that all modules in the project are using the same library versions.
Describe the solution you'd like
Use Gradle version catalog: https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format This is something the NiA sample app uses which is the new recommended way to specify versions in multi-module apps https://github.com/android/nowinandroid
Describe alternatives you've considered
Do nothing.
Additional context
Relates to #160
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.releasedtype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.