Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
[Firebase][MLKit][Vision] Updated to global version 6.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SotoiGhost authored and SotoiGhost committed Apr 11, 2020
1 parent 36634f6 commit df7afd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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** |
Expand Down
4 changes: 2 additions & 2 deletions components.cake
Original file line number Diff line number Diff line change
Expand Up @@ -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" }),
Expand All @@ -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" })
Expand Down

0 comments on commit df7afd1

Please sign in to comment.