You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -121,8 +121,6 @@ And if you're using [Firebase performance gradle Plugin](https://firebase.google
121
121
122
122
To further decrease the size footprint of the SDK, you can also opt to manually exclude some of the educational videos shown in the verification flows:
123
123
-`yds_aadhaar_educational` (~750Kb) - only exclude if you do not support the Indian Aadhaar as a valid ID document type.
124
-
-`yds_nfc_educational` (~440Kb) - only exclude if you do not support NFC-chipped document types such as certain passports. This is already excluded if you are using the
125
-
slim variant of the ID document module (`yoti-sdk-doc-scan-slim`) so no extra action is needed then.
126
124
-`yds_liveness_educational` (~560Kb) - only exclude if you're using the `yoti-sdk-liveness-zoom` dependency.
127
125
128
126
**Note:** It's important to mention that excluding these resources is not recommended and should be only done in case the conditions described above apply to
@@ -133,7 +131,7 @@ To exclude these video resources during build time you have to:
133
131
2. Create a `keep.xml` file in your app module's `res/raw` resource directory, where you specify which resources you want to exclude:
For more information on resource shrinking and excluding resources, check out the [official documentation](https://developer.android.com/build/shrink-code#keep-resources).
0 commit comments