Skip to content

Commit

Permalink
List of included changes:
Browse files Browse the repository at this point in the history
  - Updates pod versions for the new release.

PiperOrigin-RevId: 442667688
Change-Id: If17f9920b685f8578f22a18733bfea62312bcbf2
  • Loading branch information
Google ML Kit authored and miworking committed Apr 19, 2022
1 parent 32c58dc commit e31d824
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ios/quickstarts/automl/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ use_frameworks!

project 'AutoMLExample.xcodeproj'

pod 'GoogleMLKit/Common', '2.6.0'
pod 'GoogleMLKit/ImageLabelingCustom', '2.6.0'
pod 'GoogleMLKit/LinkFirebase', '2.6.0'
pod 'GoogleMLKit/ObjectDetectionCustom', '2.6.0'
pod 'GoogleMLKit/Vision', '2.6.0'
pod 'GoogleMLKit/Common', '3.0.0'
pod 'GoogleMLKit/ImageLabelingCustom', '3.0.0'
pod 'GoogleMLKit/LinkFirebase', '3.0.0'
pod 'GoogleMLKit/ObjectDetectionCustom', '3.0.0'
pod 'GoogleMLKit/Vision', '3.0.0'

target 'AutoMLExample' do
end
Expand Down

0 comments on commit e31d824

Please sign in to comment.