mkjensen / danish-media-license

App for Android TV that provides access to videos available to everyone that pays the Danish media license
Apache License 2.0
3 stars 0 forks source link

Improve dependency management #13

Open mkjensen opened 8 years ago

mkjensen commented 8 years ago

app/build.gradle contains a growing number of dependencies, including some that belong to a group with a common version number. This version number could maybe be extracted as a property.

Additionally, some dependencies are specified multiple times because of transitive dependencies. An idea could be to exclude some transitive dependencies when those dependencies are already specified.