Skip to content

Commit 672196a

Browse files
lipenny000Gerrit Code Review
authored and
Gerrit Code Review
committed
Merge "List of included changes: - Updates pod versions."
2 parents 18c0574 + e8f08d0 commit 672196a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ios/quickstarts/automl/Podfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ use_frameworks!
33

44
project 'AutoMLExample.xcodeproj'
55

6-
pod 'GoogleMLKit/Common', '5.0.0'
7-
pod 'GoogleMLKit/ImageLabelingCustom', '5.0.0'
8-
pod 'GoogleMLKit/LinkFirebase', '5.0.0'
9-
pod 'GoogleMLKit/ObjectDetectionCustom', '5.0.0'
10-
pod 'GoogleMLKit/Vision', '5.0.0'
6+
pod 'GoogleMLKit/Common', '6.0.0'
7+
pod 'GoogleMLKit/ImageLabelingCustom', '6.0.0'
8+
pod 'GoogleMLKit/LinkFirebase', '6.0.0'
9+
pod 'GoogleMLKit/ObjectDetectionCustom', '6.0.0'
10+
pod 'GoogleMLKit/Vision', '6.0.0'
1111

1212
target 'AutoMLExample' do
1313
end

0 commit comments

Comments
 (0)