Based on the unused related advises generated by the Dependency Analysis Gradle plugin, this PR removes all unused dependencies from this project.
FYI: As part of this change, the Dependency Analysis Gradle plugin got also updated to its latest 1.33.0 version.
Testing Steps
Tooling:
Run the ./gradlew buildHealth task and verify that there is no unused related advise remaining within both reports, JSON and txt included:
build-health-report.json -> Search for unusedCount
build-health-report.txt -> Search for unused
Check the manually triggered scheduled build and verify that everything works as expected with this newer version of the Dependency Analysis Gradle plugin (1.33.0).
Testing:
Smoke test the FluxC Example app, try out all available screens and functionality. Verify everything is working as expected.
Also, if you want to be thorough about reviewing the changes, you could quickly smoke test, either the JP/WPAndroid and/or WCAndroid, with this version of FluxC, or via composite builds, and see if it works as expected.
Project Thread: paaHJt-6YV-p2 Depends On:
1.21.0
Description
Based on the
unused
related advises generated by the Dependency Analysis Gradle plugin, this PR removes all unused dependencies from this project.FYI: As part of this change, the Dependency Analysis Gradle plugin got also updated to its latest 1.33.0 version.
Testing Steps
./gradlew buildHealth
task and verify that there is nounused
related advise remaining within both reports, JSON and txt included:build-health-report.json
-> Search forunusedCount
build-health-report.txt
-> Search forunused
FluxC Example
app, try out all available screens and functionality. Verify everything is working as expected.FluxC
, or via composite builds, and see if it works as expected.