Move per-flavor fastlane metadata to top-level src/ folder

This is what's currently supported by FDroid, see https://gitlab.com/fdroid/fdroidserver/-/issues/829

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey 2023-02-06 12:19:50 +01:00
parent 4f01de0a20
commit 38a9590bcc
No known key found for this signature in database
GPG Key ID: 2585783189A62105
299 changed files with 3 additions and 1 deletions

View File

@ -74,7 +74,7 @@ if git log --pretty='format:%an' HEAD "^$lastBuildTag" | grep -q dependabot; the
fi
# changelog
echo "$changelog" > app/src/versionDev/fastlane/metadata/android/en-US/changelogs/$date.txt
echo "$changelog" > src/versionDev/fastlane/metadata/android/en-US/changelogs/$date.txt
git add .
git commit -m "daily dev $date" -m "$changelog"

2
src/README.md Normal file
View File

@ -0,0 +1,2 @@
This `src/` directory is only here for F-Droid, as it doesn't pick up per-flavor metadata in the app/ subdir.
Tracking issue: https://gitlab.com/fdroid/fdroidserver/-/issues/829

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Some files were not shown because too many files have changed in this diff Show More