Skip to content

Commit 6b964ec

Browse files
Update Firebase Pod dependencies to ~> 11.15.0
1 parent f748aae commit 6b964ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/ios/Podfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ target 'grodno-roads-ios' do
55
platform :ios, '15.0'
66

77
pod 'GoogleMaps', '~> 9.3.0'
8-
pod 'FirebaseCore', '~> 11.1.0'
9-
pod 'FirebaseDatabase', '~> 11.1.0'
10-
pod 'FirebaseAnalytics', '~> 11.1.0'
11-
pod 'FirebaseCrashlytics', '~> 11.1.0'
12-
pod 'FirebaseFirestore', '~> 11.1.0'
8+
pod 'FirebaseCore', '~> 11.15.0'
9+
pod 'FirebaseDatabase', '~> 11.15.0'
10+
pod 'FirebaseAnalytics', '~> 11.15.0'
11+
pod 'FirebaseCrashlytics', '~> 11.15.0'
12+
pod 'FirebaseFirestore', '~> 11.15.0'
1313
pod 'root', :path => '../../kmp/features/root'
1414
end
1515

0 commit comments

Comments
 (0)