From 8322e33bdb39eccb32147334c6f8ca1381a68f5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 00:42:33 +0000 Subject: [PATCH] chore(deps): update dependency firebaseanalytics to v12.17.0 --- app/iosApp/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/iosApp/Podfile b/app/iosApp/Podfile index 06fbe231..d0ca3a50 100644 --- a/app/iosApp/Podfile +++ b/app/iosApp/Podfile @@ -9,6 +9,6 @@ use_frameworks! target 'iosApp' do pod 'FirebaseCore', '12.4.0' pod 'FirebaseRemoteConfig', '12.4.0' - pod 'FirebaseAnalytics', '12.4.0' + pod 'FirebaseAnalytics', '12.17.0' pod 'razorpay-pod', '~> 1.5' end