mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 14:16:54 +00:00
* Chore: Updated Fastlane and CI for release This commit adds Fastlane for automating the Android release process and configures CI for internal, beta, and production releases using GitHub Actions. The following changes were made: - Added Fastlane configuration files for building, testing, and deploying the app. - Added GitHub Actions workflows for triggering internal, beta, and production releases. - Updated .gitignore to exclude Fastlane report files. - Updated dependency versions in Gemfile.lock. - Added a README for Fastlane. - Updated the make_site workflow to trigger on released releases instead of published releases.
6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
# Autogenerated by fastlane
|
|
#
|
|
# Ensure this file is checked in to source control!
|
|
gem 'fastlane-plugin-firebase_app_distribution'
|
|
gem 'fastlane-plugin-increment_build_number'
|