Skip to content

Commit

Permalink
chore: correct dependency in SwiftDemoApp
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Jun 3, 2023
1 parent 5eed6b5 commit a85b646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/SwiftDemoApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ platform :ios, '14.0'

target 'SwiftDemoApp' do
use_frameworks!
pod 'GoogleMaps', '8.0'
pod 'GoogleMaps', '8.0.0'
pod 'Google-Maps-iOS-Utils', :path => '../..', :testspecs => ['Tests']
end

0 comments on commit a85b646

Please sign in to comment.