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

Commit 36634f6

Browse files
SotoiGhostSotoiGhost
authored andcommitted
[Firebase][MLKit][NaturalLanguage] Updated to global version 6.22.0
1 parent 0a5fb90 commit 36634f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Here's a table that shows in which global version is located each component of F
7272
| Firebase MLKit | **0.19.0.0** | **6.21.0** |
7373
| Firebase MLKit Common | **0.19.0.0** | **6.22.0** |
7474
| Firebase MLKit Model Interpreter | **0.19.0.0** | **6.22.0** |
75-
| Firebase MLKit Natural Language | **0.17.0.0** | **6.21.0** |
75+
| Firebase MLKit Natural Language | **0.17.0.0** | **6.22.0** |
7676
| Firebase MLKit Vision | **0.19.0.0** | **6.21.0** |
7777
| Firebase Performance Monitoring | **3.1.11.0** | **6.22.0** |
7878
| Firebase RemoteConfig | **4.4.9.0** | **6.22.0** |

components.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ void SetArtifactsPodSpecs ()
183183
PodSpec.Create ("Firebase", "6.22.0", subSpecs: new [] { "MLModelInterpreter" })
184184
};
185185
FIREBASE_MLKIT_NATURAL_LANGUAGE_ARTIFACT.PodSpecs = new [] {
186-
PodSpec.Create ("Firebase", "6.21.0", subSpecs: new [] { "MLNaturalLanguage", "MLNLLanguageID", "MLNLSmartReply", "MLNLTranslate" })
186+
PodSpec.Create ("Firebase", "6.22.0", subSpecs: new [] { "MLNaturalLanguage", "MLNLLanguageID", "MLNLSmartReply", "MLNLTranslate" })
187187
};
188188
FIREBASE_MLKIT_VISION_ARTIFACT.PodSpecs = new [] {
189189
PodSpec.Create ("Firebase", "6.21.0", subSpecs: new [] { "MLVision", "MLVisionAutoML", "MLVisionBarcodeModel", "MLVisionFaceModel", "MLVisionLabelModel", "MLVisionTextModel", "MLVisionObjectDetection" })

0 commit comments

Comments
 (0)