File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/firebase-analytics/platforms/ios Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ platform :ios, '12.0'
4
4
if defined? ( $NSFirebaseAnalyticsWithoutAdIdSupport)
5
5
Pod ::UI . puts "Using Firebase/AnalyticsWithoutAdIdSupport pod in place of default Firebase/Analytics"
6
6
7
- pod 'Firebase/AnalyticsWithoutAdIdSupport' , '~>10.22 .0'
7
+ pod 'Firebase/AnalyticsWithoutAdIdSupport' , '~>10.24 .0'
8
8
else
9
9
Pod ::UI . puts "Using default Firebase/Analytics with Ad Ids. May require App Tracking Transparency. Not allowed for Kids apps."
10
10
Pod ::UI . puts "You may set variable `$NSFirebaseAnalyticsWithoutAdIdSupport=true` in Podfile to use analytics without ad ids."
11
- pod 'Firebase/Analytics' , '~>10.22 .0'
11
+ pod 'Firebase/Analytics' , '~>10.24 .0'
12
12
end
You can’t perform that action at this time.
0 commit comments