diff --git a/Examples/AugmentedFacesExample/Podfile b/Examples/AugmentedFacesExample/Podfile index ab2b2d5..b319293 100644 --- a/Examples/AugmentedFacesExample/Podfile +++ b/Examples/AugmentedFacesExample/Podfile @@ -1,3 +1,3 @@ target 'AugmentedFacesExample' platform :ios, '11.0' -pod 'ARCore/AugmentedFaces', '~> 1.17.0' \ No newline at end of file +pod 'ARCore/AugmentedFaces', '~> 1.18.0' \ No newline at end of file diff --git a/Examples/CloudAnchorExample/CloudAnchorExample/ExampleViewController.m b/Examples/CloudAnchorExample/CloudAnchorExample/ExampleViewController.m index 2e8aa58..5949a29 100644 --- a/Examples/CloudAnchorExample/CloudAnchorExample/ExampleViewController.m +++ b/Examples/CloudAnchorExample/CloudAnchorExample/ExampleViewController.m @@ -45,7 +45,7 @@ typedef NS_ENUM(NSInteger, HelloARState) { static NSString * const kPrivacyAlertLearnMoreButtonText = @"Learn more"; static NSString * const kPrivacyAlertBackButtonText = @"Not now"; static NSString * const kPrivacyAlertLinkURL = - @"https://developers.google.com/ar/cloud-anchor-privacy"; + @"https://developers.google.com/ar/cloud-anchors-privacy"; @interface ExampleViewController () 1.17.0' +pod 'ARCore/CloudAnchors', '~> 1.18.0' pod 'Firebase/Core', '~> 4.11' pod 'Firebase/Database', '~> 4.11'