regulaforensics / flutter_face_api

MIT License
31 stars 14 forks source link

[BR] #13

Closed Vish88781 closed 1 year ago

Vish88781 commented 1 year ago

lambda expressions are not supported in -source 7

flutter_face_api-4.1.1\android\src\main\java\io\flutter\plugins\regula\faceapi\flutter_face_api\FlutterFaceApiPlugin.java:168: error: lambda expressions are not supported in -source 7 Instance().startLiveness(getContext(), (response) -> callback.success(JSONConstructor.generateLivenessResponse(response).toString()));

PavelMasuk commented 1 year ago

Looks like you are using java 7, we require at least java 8 to work with our library.

Vish88781 commented 1 year ago

@PavelMasuk Now I am using JAVA 9.2 and its works fine