Possible to have both a shared and build flavor specific metadata folder?

My app has 2 flavors fdroid and a fdroid ‘lite’ version. The lite version needs to have a slightly different full_description.txt but everything else is the same. I see that fdroid supports /src/<buildFlavor>/fastlane/metadata/android/ but I would need to duplicate all of the other metadata files for each build flavor. Is it possible to have a shared AND a build flavor specific metadata folder? So most content is at /fastlane/metadata/android/ and then just the full_description.txt is at /src/<buildFlavor>/fastlane/metadata/android/?

Or is there another way that this could be accomplished that doesn’t involve duplicating files?

should work, yes, afaik all paths are merged

eg. flavor specific: src/quicksy/fastlane/

for all: fastlane/metadata/android/en-US

1 Like

Thanks for the quick response! Do you know what the priority would be if there is both a /src/<buildFlavor>/fastlane/metadata/android/<locale>/full_description.txt and /fastlane/metadata/android/<locale>/full_description.txt?

don’t push it :slight_smile: no I don’t

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.