Support additional fastlane metadata locations
After a discussion with @Bubu in matrix, we agreed on the following (A leading / to indicates root of the repo, not the file system):
Fastlane currently supports:
/metadata//fastlane/metadata/android//<module>/fastlane/metadata/android/
F-Droid currently supports:
- The first two above
/src/<buildFlavor>/fastlane/metadata/android/
For this ticket, support should be added for:
- The third form Fastlane supports, with behavior identical to the first two.
-
/<module>/src/<buildFlavor>/fastlane/metadata/android/, with behavior identical to the extra version F-Droid supports.
Edited by Stephen Michel