We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f748aae commit 6b964ecCopy full SHA for 6b964ec
app/ios/Podfile
@@ -5,11 +5,11 @@ target 'grodno-roads-ios' do
5
platform :ios, '15.0'
6
7
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'
+ pod 'FirebaseCore', '~> 11.15.0'
+ pod 'FirebaseDatabase', '~> 11.15.0'
+ pod 'FirebaseAnalytics', '~> 11.15.0'
+ pod 'FirebaseCrashlytics', '~> 11.15.0'
+ pod 'FirebaseFirestore', '~> 11.15.0'
13
pod 'root', :path => '../../kmp/features/root'
14
end
15
0 commit comments