From 80e5789a16667f623ff6a7b38143f649b2328324 Mon Sep 17 00:00:00 2001 From: Michael Lustig Date: Wed, 18 Dec 2024 16:02:20 -0500 Subject: [PATCH] update pods to match podfile lock in eas --- eas.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eas.json b/eas.json index 038a06278..080913b35 100644 --- a/eas.json +++ b/eas.json @@ -10,7 +10,7 @@ "channel": "development", "node": "20.15.1", "ios": { - "cocoapods": "1.14.3" + "cocoapods": "1.16.2" }, "android": { "gradleCommand": ":app:assembleDevDebug", @@ -28,7 +28,7 @@ "node": "20.15.1", "ios": { "resourceClass": "large", - "cocoapods": "1.14.3" + "cocoapods": "1.16.2" } }, "production-android": {