File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
liveness/src/main/java/com/amplifyframework/ui/liveness/camera Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ import com.amplifyframework.predictions.aws.models.RgbColor
4040import com.amplifyframework.predictions.aws.options.AWSFaceLivenessSessionOptions
4141import com.amplifyframework.predictions.models.FaceLivenessSessionInformation
4242import com.amplifyframework.predictions.models.VideoEvent
43+ import com.amplifyframework.ui.liveness.BuildConfig
4344import com.amplifyframework.ui.liveness.model.FaceLivenessDetectionException
4445import com.amplifyframework.ui.liveness.model.LivenessCheckState
4546import com.amplifyframework.ui.liveness.state.LivenessState
@@ -176,6 +177,7 @@ internal class LivenessCoordinator(
176177 sessionId,
177178 faceLivenessSessionInformation,
178179 faceLivenessSessionOptions,
180+ BuildConfig .VERSION_NAME ,
179181 { livenessState.onLivenessSessionReady(it) },
180182 {
181183 disconnectEventReceived = true
You can’t perform that action at this time.
0 commit comments