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 sample 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 Aztec, or via composite builds, and see if it works as expected.
Project Thread: paaHJt-6YV-p2
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
Aztec
, or via composite builds, and see if it works as expected.