Skip to content

Commit

Permalink
[App Check] Bump dependency on AppCheckCore to 10.19.0+ (#12806)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Apr 17, 2024
1 parent 9af2a9d commit d58541e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FirebaseAppCheck.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Pod::Spec.new do |s|
s.osx.weak_framework = 'DeviceCheck'
s.tvos.weak_framework = 'DeviceCheck'

s.dependency 'AppCheckCore', '~> 10.18'
s.dependency 'AppCheckCore', '~> 10.19'
s.dependency 'FirebaseAppCheckInterop', '~> 10.17'
s.dependency 'FirebaseCore', '~> 10.0'
s.dependency 'PromisesObjC', '~> 2.1'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ let package = Package(
url: "https://github.com/google/interop-ios-for-google-sdks.git",
"100.0.0" ..< "101.0.0"
),
.package(url: "https://github.com/google/app-check.git", "10.18.0" ..< "11.0.0"),
.package(url: "https://github.com/google/app-check.git", "10.19.0" ..< "11.0.0"),
],
targets: [
.target(
Expand Down

0 comments on commit d58541e

Please sign in to comment.