File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.15.2
2
+ * Update dependencies
3
+
1
4
## 0.15.1
2
5
3
6
* Increase android sdk compile version to 35
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ android {
36
36
}
37
37
38
38
dependencies {
39
- implementation(" com.google.mlkit:entity-extraction:16.0.0-beta5 " )
39
+ implementation(" com.google.mlkit:entity-extraction:16.0.0-beta6 " )
40
40
}
41
41
}
Original file line number Diff line number Diff line change 1
1
name : google_mlkit_entity_extraction
2
2
description : " A Flutter plugin to use Google's ML Kit Entity Extractor API to recognize specific entities within static text."
3
- version : 0.15.1
3
+ version : 0.15.2
4
4
homepage : https://github.com/flutter-ml/google_ml_kit_flutter
5
5
repository : https://github.com/flutter-ml/google_ml_kit_flutter/tree/master/packages/google_mlkit_entity_extraction
6
6
You can’t perform that action at this time.
0 commit comments