TeamNewPipe / NewPipe

A libre lightweight streaming front-end for Android.
https://newpipe.net
GNU General Public License v3.0
31.65k stars 3.07k forks source link

Migrate project dependencies to using Version Catalogs #10927

Open snaik20 opened 7 months ago

snaik20 commented 7 months ago

Checklist

Feature description

Currently, the project manages dependencies by declaring them directly within the build.gradle file. This approach, while functional, can become cumbersome and difficult to maintain as the project grows and the number of dependencies increases.

This feature proposes migrating dependency management to Version Catalogs. Version catalogs are a centralized location within the Gradle build system to store and manage all project dependencies.

Why do you want this feature?

Version catalogs offer several advantages over declaring dependencies directly in build.gradle: https://developer.android.com/build/migrate-to-catalogs

Additional information

No response

JL0000 commented 1 week ago

There doesn't seem to be a PR for this issue, so I want to try to implement this.