1<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2
3    <application>
4
5        <meta-data
6            android:name="com.google.firebase.ml.vision.DEPENDENCIES"
7            android:value="face"/>
8
9    </application>
10
11</manifest>
12