Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ end
platform :android do

def release_track
return "internal"
# Open testing ("beta"): public, link-shareable track. Internal-only uploads left the Open test on a stale build, so opt-in testers got "not found".
return "beta"
end

def aab_path
Expand Down
Loading