-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Labels
dependencyIssues and PRs related to dependenciesIssues and PRs related to dependenciesfeature requestIssue is related to a feature in the appIssue is related to a feature in the apprewriteIssues and PRs related to rewriteIssues and PRs related to rewrite
Description
Checklist
- I made sure that there are no existing issues - open or closed - which I could contribute my information to.
- I have read the FAQ and my problem isn't listed.
- I'm aware that this is a request for NewPipe itself and that requests for adding a new service need to be made at NewPipeExtractor.
- I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise.
- This issue contains only one feature request.
- I have read and understood the contribution guidelines.
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
Stypox and TobiGrlitetex
Metadata
Metadata
Assignees
Labels
dependencyIssues and PRs related to dependenciesIssues and PRs related to dependenciesfeature requestIssue is related to a feature in the appIssue is related to a feature in the apprewriteIssues and PRs related to rewriteIssues and PRs related to rewrite
Type
Projects
Status
Done