Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2020-07-22 15:41:29 +0300
committertobiasKaminsky <tobias@kaminsky.me>2020-07-22 15:43:44 +0300
commitb39d3d4182198354fc62957e1a6868d8d3719b8c (patch)
tree7f82a2e5010a3975d390e2a26b98430797917911 /Gemfile
parentd852aff10782a3b5abef1906f3790c475d7d8a32 (diff)
Add huawei upload
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000000..b734015f82
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,10 @@
+# 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)