diff --git a/fastlane/Fastfile b/fastlane/Fastfile index fd0956ea18b5..dcf7c9f238a6 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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,