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

v1.0.4

Compare
Choose a tag to compare
@alistairsykes alistairsykes released this 15 Oct 13:22
· 87 commits to master since this release

Lag Fix [#19]

There were some dropped frames in some cases. This was caused by FirebaseVisionImage.fromMediaImage(image, frameMetadata.rotation) taking too long. To solve we introduced coroutines to the project and made this run on a background thread.

Miscellaneous

Dependencies

  • Various test dependencies
  • Build tools 3.4.0 -> 3.5.1
  • Firebase core 16.0.9 -> 17.2.0
  • Various lifecycle dependencies
  • Google service 4.2.0 -> 4.3.2
  • Gradle 5.1.1 -> 5.4.1
  • Firebase ML Vision 20.0.0 -> 21.0.0