WiFiAnalyzer icon indicating copy to clipboard operation
WiFiAnalyzer copied to clipboard

Integration of Version Catalog for Enhanced Dependency Management

Open codewithtamim opened this issue 1 year ago • 3 comments

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)

codewithtamim avatar Jul 27 '24 17:07 codewithtamim

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.

VREMSoftwareDevelopment avatar Aug 11 '24 21:08 VREMSoftwareDevelopment

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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           

codecov[bot] avatar Aug 12 '24 03:08 codecov[bot]

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 avatar Aug 12 '24 03:08 codewithtamim