WiFiAnalyzer
WiFiAnalyzer copied to clipboard
Integration of Version Catalog for Enhanced Dependency Management
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)
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.
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
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