Files
calendula/fastlane/Appfile
Jean-Luc Makiola d5c53df6b5
All checks were successful
Release — F-Droid repo + Gitea/Codeberg release + Play / detect (push) Successful in 6s
Release — F-Droid repo + Gitea/Codeberg release + Play / release (push) Has been skipped
Release — F-Droid repo + Gitea/Codeberg release + Play / play (push) Has been skipped
Publish the release bundle to Google Play (#84) (#100)
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/100
2026-07-30 13:59:43 +02:00

8 lines
327 B
Plaintext

# fastlane is used in this repo ONLY as a Google Play Developer API client
# (see fastlane/Fastfile). It never builds and never signs.
# Reconstructed in CI from the PLAY_SERVICE_ACCOUNT_JSON secret; gitignored.
json_key_file(ENV["SUPPLY_JSON_KEY"] || "play-service-account.json")
package_name("de.jeanlucmakiola.calendula")