Release 1.5.0

This commit is contained in:
svcMobileCi
2024-05-23 15:48:28 +03:00
parent 1168de5b24
commit bbb0234d0b
8 changed files with 94 additions and 74 deletions
+1
View File
@@ -2,6 +2,7 @@
source "https://rubygems.org"
gem 'fastlane'
gem "activesupport", "= 7.0.8"
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)