Skip to content

Commit

Permalink
Merge "List of included changes: - Update Podfiles to use the latest …
Browse files Browse the repository at this point in the history
…version of ML Kit. - Update default images."
  • Loading branch information
zongmins authored and Gerrit Code Review committed Feb 14, 2022
2 parents acde81e + 56a072a commit a3f7a7f
Show file tree
Hide file tree
Showing 4 changed files 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.5.0'
pod 'GoogleMLKit/ImageLabelingCustom', '2.5.0'
pod 'GoogleMLKit/LinkFirebase', '2.5.0'
pod 'GoogleMLKit/ObjectDetectionCustom', '2.5.0'
pod 'GoogleMLKit/Vision', '2.5.0'
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'

target 'AutoMLExample' do
end
Expand Down
Binary file modified ios/quickstarts/automl/Resources/daisy.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/quickstarts/automl/Resources/roses.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/quickstarts/automl/Resources/tulips.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3f7a7f

Please sign in to comment.