Draft: Bug 40056: Download .aar and .jar files for all .pom files
The process we use to generate gradle-dependencies-list.txt files is often missing .aar and .jar files corresponding to .pom files. To avoid that, we can try to download .aar and .jar files for all .pom files.
This adds some .aar and .jar files that we don't really need, but it should solve #40056.
Closes #40056