Skip to content

Commit

Permalink
Update min iOS version in Objc sample podfile (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
petea authored Dec 13, 2022
1 parent 4b83468 commit fd184f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/ObjC/SignInSample/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '9.0'
platform :ios, '10.0'

target 'SampleForPod' do
pod 'GoogleSignIn', :path => '../../../', :testspecs => ['unit']
Expand Down

0 comments on commit fd184f1

Please sign in to comment.