Skip to content

Commit

Permalink
Update Fastlane Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed May 15, 2024
1 parent 9a7b43c commit fc3f438
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/google/app-check.git",
"state": {
"branch": null,
"revision": "7d2688de038d5484866d835acb47b379722d610e",
"version": "10.19.0"
"revision": "076b241a625e25eac22f8849be256dfb960fcdfe",
"version": "10.19.1"
}
},
{
Expand All @@ -51,8 +51,8 @@
"repositoryURL": "https://github.com/firebase/firebase-ios-sdk.git",
"state": {
"branch": null,
"revision": "97940381e57703c07f31a8058d8f39ec53b7c272",
"version": "10.25.0"
"revision": "9d17b500cd98d9a7009751ad62f802e152e97021",
"version": "10.26.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ platform :ios do
],
submit_beta_review: true,
notify_external_testers: true,
expire_previous_builds: true,
expire_previous_builds: false,
changelog: commit[:message]
)
end
Expand Down

0 comments on commit fc3f438

Please sign in to comment.