Skip to content

Commit d58541e

Browse files
authored
[App Check] Bump dependency on AppCheckCore to 10.19.0+ (#12806)
1 parent 9af2a9d commit d58541e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseAppCheck.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Pod::Spec.new do |s|
4444
s.osx.weak_framework = 'DeviceCheck'
4545
s.tvos.weak_framework = 'DeviceCheck'
4646

47-
s.dependency 'AppCheckCore', '~> 10.18'
47+
s.dependency 'AppCheckCore', '~> 10.19'
4848
s.dependency 'FirebaseAppCheckInterop', '~> 10.17'
4949
s.dependency 'FirebaseCore', '~> 10.0'
5050
s.dependency 'PromisesObjC', '~> 2.1'

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ let package = Package(
188188
url: "https://github.com/google/interop-ios-for-google-sdks.git",
189189
"100.0.0" ..< "101.0.0"
190190
),
191-
.package(url: "https://github.com/google/app-check.git", "10.18.0" ..< "11.0.0"),
191+
.package(url: "https://github.com/google/app-check.git", "10.19.0" ..< "11.0.0"),
192192
],
193193
targets: [
194194
.target(

0 commit comments

Comments
 (0)