Get all mobile dependencies during dry run
The first build after a version bump is usually with networking allowed
to get all the Gradle dependencies extracted. That step is currently
failing for application-services, android-components, and fenix for unknown reasons: the Gradle
--debug output does not show artifact downloads for some dependencies
for later re-use in our mavenLocal setup.
Edited by Georg Koppen