Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate project dependencies to using Version Catalogs #10927

Open
6 tasks done
snaik20 opened this issue Mar 31, 2024 · 1 comment · May be fixed by #11684
Open
6 tasks done

Migrate project dependencies to using Version Catalogs #10927

snaik20 opened this issue Mar 31, 2024 · 1 comment · May be fixed by #11684
Assignees
Labels
dependency Issues and PRs related to dependencies feature request Issue is related to a feature in the app good first issue Easy/simple issues perfect for newcomers to get involved in the project rewrite Issues and PRs related to rewrite

Comments

@snaik20
Copy link
Contributor

snaik20 commented Mar 31, 2024

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

@snaik20 snaik20 added feature request Issue is related to a feature in the app needs triage Issue is not yet ready for PR authors to take up labels Mar 31, 2024
@TobiGr TobiGr added dependency Issues and PRs related to dependencies and removed needs triage Issue is not yet ready for PR authors to take up labels Mar 31, 2024
@snaik20 snaik20 added good first issue Easy/simple issues perfect for newcomers to get involved in the project needs triage Issue is not yet ready for PR authors to take up labels Mar 31, 2024
@AudricV AudricV removed the needs triage Issue is not yet ready for PR authors to take up label Mar 31, 2024
@JL0000
Copy link

JL0000 commented Nov 8, 2024

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

@opusforlife2 opusforlife2 added the rewrite Issues and PRs related to rewrite label Nov 8, 2024
@JL0000 JL0000 linked a pull request Nov 8, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Issues and PRs related to dependencies feature request Issue is related to a feature in the app good first issue Easy/simple issues perfect for newcomers to get involved in the project rewrite Issues and PRs related to rewrite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants