From cf0fae09e68b305337f6888376d0fe488259c221 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Sat, 4 Oct 2025 16:55:53 -0500 Subject: [PATCH] feat(fastlane): copypasta typo (#3342) --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 9d895eb4d..8f7fe396d 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -53,4 +53,5 @@ platform :android do } ) lane_context[SharedValues::GRADLE_AAB_OUTPUT_PATH] + end end