nextcloud-android/Gemfile
tobiasKaminsky b39d3d4182
Add huawei upload
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-22 14:43:44 +02:00

10 lines
261 B
Ruby

# Autogenerated by fastlane
#
# Ensure this file is checked in to source control!
source "https://rubygems.org"
gem 'fastlane'
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)