Skip to content

Commit

Permalink
ARCore iOS SDK v1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsanjin committed Aug 12, 2021
1 parent cd4b06c commit dbb8960
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Examples/AugmentedFacesExample/Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
target 'AugmentedFacesExample'
platform :ios, '11.0'
pod 'ARCore/AugmentedFaces', '~> 1.25.0'
pod 'ARCore/AugmentedFaces', '~> 1.26.0'
2 changes: 1 addition & 1 deletion Examples/CloudAnchorExample/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
target 'CloudAnchorExample'
platform :ios, '11.0'
pod 'ARCore/CloudAnchors', '~> 1.25.0'
pod 'ARCore/CloudAnchors', '~> 1.26.0'
pod 'Firebase/Database', '~> 8.0'
2 changes: 1 addition & 1 deletion Examples/PersistentCloudAnchorExample/Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
target 'PersistentCloudAnchorExample'
platform :ios, '11.0'
pod 'ARCore/CloudAnchors', '~> 1.25.0'
pod 'ARCore/CloudAnchors', '~> 1.26.0'

0 comments on commit dbb8960

Please sign in to comment.