Skip to content

Commit af87b92

Browse files
Merge pull request #8827 from woocommerce/update/app-center-fastlane-plugin
Update the AppCenter Fastlane plugin to `2.0.0`
2 parents 36449ad + 07aeab0 commit af87b92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'dotenv'
1212
gem 'fastlane', '~> 2'
1313
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 6.0'
1414
gem 'fastlane-plugin-sentry', '~> 1.0'
15-
gem 'fastlane-plugin-appcenter', '~> 1.6'
15+
gem 'fastlane-plugin-appcenter', '~> 2.0'
1616
gem 'rake', '~> 12.3'
1717
gem 'rubocop', '~> 1.25'
1818
gem 'rubocop-rake', '~> 0.6'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ GEM
163163
xcodeproj (>= 1.13.0, < 2.0.0)
164164
xcpretty (~> 0.3.0)
165165
xcpretty-travis-formatter (>= 0.0.3)
166-
fastlane-plugin-appcenter (1.11.1)
166+
fastlane-plugin-appcenter (2.0.0)
167167
fastlane-plugin-sentry (1.15.0)
168168
os (~> 1.1, >= 1.1.4)
169169
fastlane-plugin-wpmreleasetoolkit (6.3.0)
@@ -355,7 +355,7 @@ DEPENDENCIES
355355
cocoapods-catalyst-support (~> 0.1)
356356
dotenv
357357
fastlane (~> 2)
358-
fastlane-plugin-appcenter (~> 1.6)
358+
fastlane-plugin-appcenter (~> 2.0)
359359
fastlane-plugin-sentry (~> 1.0)
360360
fastlane-plugin-wpmreleasetoolkit (~> 6.0)
361361
rake (~> 12.3)

0 commit comments

Comments
 (0)