From c8923f15fa23a510643efd6373f629924de80d6e Mon Sep 17 00:00:00 2001 From: Google ML Kit Date: Fri, 11 Feb 2022 22:02:52 +0000 Subject: [PATCH] List of included changes: - Update Podfiles to use the latest version of ML Kit. PiperOrigin-RevId: 428085207 Change-Id: I15696d8353f3f72c57c63fc34c613a5449ac31f3 --- ios/quickstarts/entityextraction/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/quickstarts/entityextraction/Podfile b/ios/quickstarts/entityextraction/Podfile index 6895184f46..6452fee4c6 100644 --- a/ios/quickstarts/entityextraction/Podfile +++ b/ios/quickstarts/entityextraction/Podfile @@ -3,7 +3,7 @@ use_frameworks! project 'EntityExtractionExample.xcodeproj' -pod 'GoogleMLKit/EntityExtraction', '2.5.0' +pod 'GoogleMLKit/EntityExtraction', '2.6.0' target 'EntityExtractionExample' do end