VREMSoftwareDevelopment / WiFiAnalyzer

Android application to analyze WiFi signals.
https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/
GNU General Public License v3.0
3.24k stars 606 forks source link

Integration of Version Catalog for Enhanced Dependency Management #486

Open CodeWithTamim opened 1 month ago

CodeWithTamim commented 1 month ago

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?

VREMSoftwareDevelopment commented 1 month ago

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[bot] commented 1 month ago

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 ```diff @@ 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 commented 1 month ago

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