[Android] Add the aar upload to the beta fastlane lane

Nicolas Pomepuy git at videolan.org
Thu Feb 12 12:22:56 UTC 2026


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Feb 12 12:51:43 2026 +0100| [cc240c05ddbd876014337885561d4de66a948fb1] | committer: Nicolas Pomepuy

Add the aar upload to the beta fastlane lane

> https://code.videolan.org/videolan/vlc-android/commit/cc240c05ddbd876014337885561d4de66a948fb1
---

 buildsystem/automation/fastlane/Fastfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildsystem/automation/fastlane/Fastfile b/buildsystem/automation/fastlane/Fastfile
index c32c0aec16..a8d3130a7e 100644
--- a/buildsystem/automation/fastlane/Fastfile
+++ b/buildsystem/automation/fastlane/Fastfile
@@ -88,6 +88,7 @@ platform :android do
 
   lane :deploy_beta do |options|
     checkAPKFileExists options[:version], false
+    upload_to_play_store(skip_upload_metadata:true, skip_upload_changelogs:true, track: 'internal', skip_upload_images:true, skip_upload_screenshots:true, skip_upload_apk:false, release_status:"draft", aab_paths:getAabList())
     upload_to_play_store(skip_upload_metadata:true, skip_upload_changelogs:true, track: 'beta', skip_upload_images:true, skip_upload_screenshots:true, skip_upload_apk:false, release_status:"draft", apk_paths:getFileList(options[:version]))
     slack(message: 'Successfully created a new beta draft for '+options[:version])
   end



More information about the Android mailing list