From df7afd180fb93376aa635971cd594a01fcaabbf2 Mon Sep 17 00:00:00 2001 From: SotoiGhost Date: Fri, 10 Apr 2020 19:07:56 -0500 Subject: [PATCH] [Firebase][MLKit][Vision] Updated to global version 6.22.0 --- Readme.md | 4 ++-- components.cake | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 4b626d454..1c8182e31 100644 --- a/Readme.md +++ b/Readme.md @@ -69,11 +69,11 @@ Here's a table that shows in which global version is located each component of F | Firebase In App Messaging | **0.19.2.0** | **6.22.0** | | Firebase Installations | **1.1.1.0** | **6.22.0** | | Firebase Instance ID | **4.3.3.0** | **6.22.0** | -| Firebase MLKit | **0.19.0.0** | **6.21.0** | +| Firebase MLKit | **0.19.0.0** | **6.22.0** | | Firebase MLKit Common | **0.19.0.0** | **6.22.0** | | Firebase MLKit Model Interpreter | **0.19.0.0** | **6.22.0** | | Firebase MLKit Natural Language | **0.17.0.0** | **6.22.0** | -| Firebase MLKit Vision | **0.19.0.0** | **6.21.0** | +| Firebase MLKit Vision | **0.19.0.0** | **6.22.0** | | Firebase Performance Monitoring | **3.1.11.0** | **6.22.0** | | Firebase RemoteConfig | **4.4.9.0** | **6.22.0** | | Firebase Storage | **3.6.0.0** | **6.22.0** | diff --git a/components.cake b/components.cake index 9075019e6..91ebfee7e 100644 --- a/components.cake +++ b/components.cake @@ -172,7 +172,7 @@ void SetArtifactsPodSpecs () PodSpec.Create ("FirebaseInstanceID", "4.3.3", frameworkSource: FrameworkSource.Pods) }; FIREBASE_MLKIT_ARTIFACT.PodSpecs = new [] { - PodSpec.Create ("Firebase", "6.21.0", subSpecs: new [] { "MLCommon", "MLModelInterpreter", "MLNaturalLanguage", "MLVision" }) + PodSpec.Create ("Firebase", "6.22.0", subSpecs: new [] { "MLCommon", "MLModelInterpreter", "MLNaturalLanguage", "MLVision" }) }; FIREBASE_MLKIT_COMMON_ARTIFACT.PodSpecs = new [] { PodSpec.Create ("Firebase", "6.22.0", subSpecs: new [] { "MLCommon" }), @@ -186,7 +186,7 @@ void SetArtifactsPodSpecs () PodSpec.Create ("Firebase", "6.22.0", subSpecs: new [] { "MLNaturalLanguage", "MLNLLanguageID", "MLNLSmartReply", "MLNLTranslate" }) }; FIREBASE_MLKIT_VISION_ARTIFACT.PodSpecs = new [] { - PodSpec.Create ("Firebase", "6.21.0", subSpecs: new [] { "MLVision", "MLVisionAutoML", "MLVisionBarcodeModel", "MLVisionFaceModel", "MLVisionLabelModel", "MLVisionTextModel", "MLVisionObjectDetection" }) + PodSpec.Create ("Firebase", "6.22.0", subSpecs: new [] { "MLVision", "MLVisionAutoML", "MLVisionBarcodeModel", "MLVisionFaceModel", "MLVisionLabelModel", "MLVisionTextModel", "MLVisionObjectDetection" }) }; FIREBASE_PERFORMANCE_MONITORING_ARTIFACT.PodSpecs = new [] { PodSpec.Create ("Firebase", "6.22.0", subSpecs: new [] { "Performance" })