We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13798f0 commit b8d222fCopy full SHA for b8d222f
2 files changed
sample_app/android/Gemfile
@@ -1,6 +1,7 @@
1
source "https://rubygems.org"
2
3
gem "fastlane"
4
+gem "multi_json"
5
6
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
7
eval_gemfile(plugins_path) if File.exist?(plugins_path)
sample_app/ios/Gemfile
@@ -2,6 +2,7 @@ source "https://rubygems.org"
gem "cocoapods"
8
0 commit comments