mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
b39d3d4182
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
10 lines
261 B
Ruby
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)
|