Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/google_mlkit_entity_extraction/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.15.2
* Update dependencies

## 0.15.1

* Increase android sdk compile version to 35
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ android {
}

dependencies {
implementation("com.google.mlkit:entity-extraction:16.0.0-beta5")
implementation("com.google.mlkit:entity-extraction:16.0.0-beta6")
}
}
2 changes: 1 addition & 1 deletion packages/google_mlkit_entity_extraction/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_mlkit_entity_extraction
description: "A Flutter plugin to use Google's ML Kit Entity Extractor API to recognize specific entities within static text."
version: 0.15.1
version: 0.15.2
homepage: https://github.com/flutter-ml/google_ml_kit_flutter
repository: https://github.com/flutter-ml/google_ml_kit_flutter/tree/master/packages/google_mlkit_entity_extraction

Expand Down
Loading