feat: add RC fastlane lanes and wire build-mobile workflow

This commit is contained in:
Alex Tran
2026-05-13 15:12:19 -05:00
parent b031548791
commit 942c53d9fe
3 changed files with 39 additions and 6 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
default_platform(:android)
platform :android do
desc "Build Android and Release Testing"
lane :beta do
desc "Build and Release Android RC to Open Testing"
lane :rc do
gradle(
task: 'bundle',
build_type: 'Release',