Skip to content

Commit

Permalink
Bump tensorflow-lite-support from 0.4.1 to 0.4.2 (#5428)
Browse files Browse the repository at this point in the history
Bumps [tensorflow-lite-support](https://github.com/tensorflow/tflite-support) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/tensorflow/tflite-support/releases)
- [Commits](tensorflow/tflite-support@v0.4.1...v0.4.2)

---
updated-dependencies:
- dependency-name: org.tensorflow:tensorflow-lite-support
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 19, 2022
1 parent b459816 commit 2d0b190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity/build.gradle
Expand Up @@ -26,7 +26,7 @@ dependencies {
// vanilla tflite library
implementation "org.tensorflow:tensorflow-lite:2.9.0"
// support library to reshape image to the input model shape
implementation 'org.tensorflow:tensorflow-lite-support:0.4.1'
implementation 'org.tensorflow:tensorflow-lite-support:0.4.2'

implementation "androidx.constraintlayout:constraintlayout:$androidxConstraintlayoutVersion"
implementation "androidx.activity:activity-ktx:$androidxActivityVersion"
Expand Down

0 comments on commit 2d0b190

Please sign in to comment.