Skip to content

Commit

Permalink
Don't use GTMAppAuth 3.0 until the potential build issue is resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Apr 12, 2023
1 parent cf28916 commit b99ddf7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Examples/CalendarSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target 'CalendarSample' do

# Also use GTMAppAuth & AppAuth. See the project USING.md, you can use this or
# Google SignIn.
pod 'GTMAppAuth'
pod 'GTMAppAuth', '< 3.0'
pod 'AppAuth'

end
2 changes: 1 addition & 1 deletion Examples/DriveSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target 'DriveSample' do

# Also use GTMAppAuth & AppAuth. See the project USING.md, you can use this or
# Google SignIn.
pod 'GTMAppAuth'
pod 'GTMAppAuth', '< 3.0'
pod 'AppAuth'

end
2 changes: 1 addition & 1 deletion Examples/StorageSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target 'StorageSample' do

# Also use GTMAppAuth & AppAuth. See the project USING.md, you can use this or
# Google SignIn.
pod 'GTMAppAuth'
pod 'GTMAppAuth', '< 3.0'
pod 'AppAuth'

end
2 changes: 1 addition & 1 deletion Examples/YouTubeSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target 'YouTubeSample' do

# Also use GTMAppAuth & AppAuth. See the project USING.md, you can use this or
# Google SignIn.
pod 'GTMAppAuth'
pod 'GTMAppAuth', '< 3.0'
pod 'AppAuth'

end

0 comments on commit b99ddf7

Please sign in to comment.