You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: