- Update MLKit dependency, it's no longer part of Firebase.
- Restructure and simply code. Unnecessary classes were removed, and
FaceBoundsOverlaywas simplified so that it renders any boxes it receives. The heavy-lifting (which includes correcting the face bounds, scaling, and mirroring them) was moved toFaceDetector. - Improve face detection. The previous face bounds correction was not en...