[Android] Update the Fastfile for the new Play Store API
Nicolas Pomepuy
git at videolan.org
Mon Jul 25 08:51:52 UTC 2022
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jul 19 12:48:05 2022 +0200| [adf09acd2202309782ec98e7dc4f418929e361de] | committer: Duncan McNamara
Update the Fastfile for the new Play Store API
> https://code.videolan.org/videolan/vlc-android/commit/adf09acd2202309782ec98e7dc4f418929e361de
---
buildsystem/automation/fastlane/Fastfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildsystem/automation/fastlane/Fastfile b/buildsystem/automation/fastlane/Fastfile
index a8dae8ff4..385b74107 100644
--- a/buildsystem/automation/fastlane/Fastfile
+++ b/buildsystem/automation/fastlane/Fastfile
@@ -71,8 +71,8 @@ platform :android do
end
- lane :deploy_screenshots do
- upload_to_play_store(skip_upload_metadata:true, skip_upload_changelogs:true, skip_upload_images:true, skip_upload_apk:true, release_status:"draft")
+ lane :deploy_screenshots do |options|
+ upload_to_play_store(skip_upload_metadata:true, skip_upload_changelogs:true, skip_upload_images:true, skip_upload_apk:true, release_status:"draft", version_code:options[:version])
slack(message: 'Successfully uploaded screenshots to Play Store')
end
More information about the Android
mailing list