From cd4b06cf888bdddd958c46cd07c28ca96c26dd06 Mon Sep 17 00:00:00 2001 From: Sanjin Buljko <65619515+bsanjin@users.noreply.github.com> Date: Thu, 17 Jun 2021 19:57:05 +0000 Subject: [PATCH] ARCore iOS SDK v1.25.0 --- Examples/AugmentedFacesExample/Podfile | 2 +- Examples/CloudAnchorExample/Podfile | 5 ++--- Examples/PersistentCloudAnchorExample/Podfile | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Examples/AugmentedFacesExample/Podfile b/Examples/AugmentedFacesExample/Podfile index a58b881..2dfe426 100644 --- a/Examples/AugmentedFacesExample/Podfile +++ b/Examples/AugmentedFacesExample/Podfile @@ -1,3 +1,3 @@ target 'AugmentedFacesExample' platform :ios, '11.0' -pod 'ARCore/AugmentedFaces', '~> 1.24.0' \ No newline at end of file +pod 'ARCore/AugmentedFaces', '~> 1.25.0' \ No newline at end of file diff --git a/Examples/CloudAnchorExample/Podfile b/Examples/CloudAnchorExample/Podfile index 46e11db..46a1751 100644 --- a/Examples/CloudAnchorExample/Podfile +++ b/Examples/CloudAnchorExample/Podfile @@ -1,5 +1,4 @@ target 'CloudAnchorExample' platform :ios, '11.0' -pod 'ARCore/CloudAnchors', '~> 1.24.0' -pod 'Firebase/Core', '~> 7.0' -pod 'Firebase/Database', '~> 7.0' +pod 'ARCore/CloudAnchors', '~> 1.25.0' +pod 'Firebase/Database', '~> 8.0' diff --git a/Examples/PersistentCloudAnchorExample/Podfile b/Examples/PersistentCloudAnchorExample/Podfile index efa5788..b37b29e 100644 --- a/Examples/PersistentCloudAnchorExample/Podfile +++ b/Examples/PersistentCloudAnchorExample/Podfile @@ -1,3 +1,3 @@ target 'PersistentCloudAnchorExample' platform :ios, '11.0' -pod 'ARCore/CloudAnchors', '~> 1.24.0' +pod 'ARCore/CloudAnchors', '~> 1.25.0'