Skip to content

Integration of Version Catalog for Enhanced Dependency Management #486

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

Closed
wants to merge 1 commit into from
Closed

Integration of Version Catalog for Enhanced Dependency Management #486

wants to merge 1 commit into from

Conversation

CodeWithTamim
Copy link

What does this implement/fix? Please describe.

This pull request introduces the implementation of a version catalog (libs.versions.toml) to centralize and streamline dependency management within the project. By adopting this approach, we aim to improve dependency consistency, minimize maintenance overhead, and simplify version updates across multiple modules. This enhancement provides a more organized and efficient method for managing project dependencies.

Where has this been tested?

  • Platform: Android 11 (Realme C21Y)

This pull request introduces the implementation of a version catalog (libs.versions.toml) to centralize and streamline dependency management within the project. By adopting this approach, we aim to improve dependency consistency, minimize maintenance overhead, and simplify version updates across multiple modules. This enhancement provides a more organized and efficient method for managing project dependencies.
@VREMSoftwareDevelopment
Copy link
Owner

https://developer.android.com/build/dependencies#add-dependency

If you already have build dependencies set up without version catalogs and have a multi-module project, we recommend migrating.

This is a single-module project.

Copy link

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.67%. Comparing base (d51dfc5) to head (5867c89).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #486   +/-   ##
=========================================
  Coverage     92.67%   92.67%           
  Complexity      897      897           
=========================================
  Files           131      131           
  Lines          2459     2459           
  Branches        228      228           
=========================================
  Hits           2279     2279           
  Misses           44       44           
  Partials        136      136           

@CodeWithTamim
Copy link
Author

https://developer.android.com/build/dependencies#add-dependency

If you already have build dependencies set up without version catalogs and have a multi-module project, we recommend migrating.

This is a single-module project.

So? Other apps are also using like V2rayNG

@CodeWithTamim CodeWithTamim closed this by deleting the head repository Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants