Skip to content

Commit

Permalink
Add s
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Nov 15, 2024
1 parent 497a61f commit 4ef3090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ platform :android do
upload_to_play_store(
package_name: "org.me.mobiexpensifyg",
json_key: './android/app/android-fastlane-json-key.json',
version_code: productionVersionCode.sort.last, # Get the latest version code
version_code: productionVersionCodes.sort.last, # Get the latest version code
track: 'production',
rollout: options[:rollout],
skip_upload_apk: true,
Expand Down

0 comments on commit 4ef3090

Please sign in to comment.