-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bundler: Bump fastlane from 2.217.0 to 2.218.0 in /androidHyperskillA…
…pp (#826) * Bundler: Bump fastlane from 2.217.0 to 2.218.0 in /androidHyperskillApp Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.217.0 to 2.218.0. - [Release notes](https://github.com/fastlane/fastlane/releases) - [Commits](fastlane/fastlane@fastlane/2.217.0...fastlane/2.218.0) --- updated-dependencies: - dependency-name: fastlane dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update fastlane version * Update fastlane plugins --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Magda <[email protected]>
- Loading branch information
1 parent
74688fd
commit 4bc47aa
Showing
3 changed files
with
35 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
source "https://rubygems.org" | ||
ruby "3.1.0" | ||
|
||
gem "fastlane", "2.217.0" | ||
gem "fastlane", "2.218.0" | ||
|
||
eval_gemfile("fastlane/Pluginfile") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
fastlane_version "2.215.1" | ||
fastlane_version "2.218.0" | ||
|
||
default_platform(:android) | ||
|
||
|