[Android] Add the ftp plugin to the fastlane Pluginfile

Nicolas Pomepuy git at videolan.org
Thu Mar 26 14:02:08 UTC 2026


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Mar 26 14:31:46 2026 +0100| [b74f263fc053b480eeb071f7e1ab49c7d9dfe66d] | committer: Nicolas Pomepuy

Add the ftp plugin to the fastlane Pluginfile

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

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

diff --git a/buildsystem/automation/fastlane/Pluginfile b/buildsystem/automation/fastlane/Pluginfile
index e397c2d9e8..41bf25d08b 100644
--- a/buildsystem/automation/fastlane/Pluginfile
+++ b/buildsystem/automation/fastlane/Pluginfile
@@ -3,4 +3,5 @@
 # Ensure this file is checked in to source control!
 
 gem 'fastlane-plugin-huawei_appgallery_connect'
+gem 'net-ftp'
 gem 'fastlane-plugin-ftp'



More information about the Android mailing list