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

Gemfile - github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b734015f8209ab182b22c302b606d4139298bdbb (plain)
1
2
3
4
5
6
7
8
9
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)