Skip to content

Commit 232e7b8

Browse files
Bump fastlane-plugin-firebase_app_distribution from 0.10.1 to 1.0.0 (#25359)
Bumps [fastlane-plugin-firebase_app_distribution](https://github.com/fastlane/fastlane-plugin-firebase_app_distribution) from 0.10.1 to 1.0.0. - [Release notes](https://github.com/fastlane/fastlane-plugin-firebase_app_distribution/releases) - [Commits](firebase/fastlane-plugin-firebase_app_distribution@v0.10.1...v1.0.0) --- updated-dependencies: - dependency-name: fastlane-plugin-firebase_app_distribution dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38f0cd0 commit 232e7b8

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'dotenv'
99
# See failures like https://buildkite.com/automattic/wordpress-ios/builds/24053#019234f2-80a5-40f6-b55e-2f420e6483a8/3840-3915
1010
# and https://github.com/fastlane/fastlane/pull/22256
1111
gem 'fastlane', '~> 2.232'
12-
gem 'fastlane-plugin-firebase_app_distribution', '~> 0.10'
12+
gem 'fastlane-plugin-firebase_app_distribution', '~> 1.0'
1313
gem 'fastlane-plugin-sentry'
1414
# This comment avoids typing to switch to a development version for testing.
1515
#

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,10 @@ GEM
175175
xcodeproj (>= 1.13.0, < 2.0.0)
176176
xcpretty (~> 0.4.1)
177177
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
178-
fastlane-plugin-firebase_app_distribution (0.10.1)
179-
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
180-
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
178+
fastlane-plugin-firebase_app_distribution (1.0.0)
179+
fastlane (>= 2.232.0)
180+
google-apis-firebaseappdistribution_v1 (>= 0.9.0)
181+
google-apis-firebaseappdistribution_v1alpha (>= 0.12.0)
181182
fastlane-plugin-sentry (2.1.1)
182183
os (~> 1.1, >= 1.1.4)
183184
fastlane-plugin-wpmreleasetoolkit (14.2.0)
@@ -222,10 +223,10 @@ GEM
222223
mutex_m
223224
representable (~> 3.0)
224225
retriable (>= 2.0, < 4.a)
225-
google-apis-firebaseappdistribution_v1 (0.3.0)
226-
google-apis-core (>= 0.11.0, < 2.a)
227-
google-apis-firebaseappdistribution_v1alpha (0.2.0)
228-
google-apis-core (>= 0.11.0, < 2.a)
226+
google-apis-firebaseappdistribution_v1 (0.17.0)
227+
google-apis-core (>= 0.15.0, < 2.a)
228+
google-apis-firebaseappdistribution_v1alpha (0.26.0)
229+
google-apis-core (>= 0.15.0, < 2.a)
229230
google-apis-iamcredentials_v1 (0.26.0)
230231
google-apis-core (>= 0.15.0, < 2.a)
231232
google-apis-playcustomapp_v1 (0.17.0)
@@ -407,7 +408,7 @@ DEPENDENCIES
407408
danger-dangermattic (~> 1.2)
408409
dotenv
409410
fastlane (~> 2.232)
410-
fastlane-plugin-firebase_app_distribution (~> 0.10)
411+
fastlane-plugin-firebase_app_distribution (~> 1.0)
411412
fastlane-plugin-sentry
412413
fastlane-plugin-wpmreleasetoolkit (~> 14.2)
413414
openssl (~> 4.0)

0 commit comments

Comments
 (0)