Skip to content

Commit

Permalink
Specify Google Maps pod version to 9.0.0 in Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozart299 committed Feb 20, 2025
1 parent 0cc093d commit bad88b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile-v3/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ flutter_ios_podfile_setup
target 'Runner' do
use_frameworks!

pod 'GoogleMaps'
pod 'GoogleMaps', '9.0.0'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
target 'RunnerTests' do
Expand Down

0 comments on commit bad88b4

Please sign in to comment.