regulaforensics / flutter_face_api

MIT License
31 stars 14 forks source link

[BR] With Flutter 3.0 compile SDK should be set to version 31 #4

Open srikanth-vm opened 2 years ago

srikanth-vm commented 2 years ago

Current compile SDK is set to 28, but with 3.0 v31 is needed.

So when trying to build I get below error:

Dependency 'androidx.window:window-java:1.0.0-beta04' requires 'compileSdkVersion' to be set to 31 or higher.
Compilation target for module ':app' is 'android-28'

Could you please check ?

vyakimchik commented 2 years ago

Hi @srikanth-vm! Thanks for letting us know. The same issue was created (https://github.com/regulaforensics/flutter_face_api/issues/5) - we'll fix it and publish a new version.