Closed marcotrumpet closed 3 years ago
Try to use compileSdkVersion 30
in your app/build.gradle
HI @hpoul thanks for the quick response. I already have compileSdkVersion
set to 30
. Do you any other ideas? Seems doesn't recognize the android version when doing val biometricOnly options.androidBiometricOnly || Build.VERSION.SDK_INT < Build.VERSION_CODES.R;
.
Same error here. We also have compileSdkVersion set to 30.
btw, have you tried 3.0.1-dev.1
?
3.0.1-dev.1
works for me
ok, i've pushed 3.0.1
as stable. if there are still problems let me know.
Hey didn’t try it yet but great news! I want to ask (without opening other issue) if you now why on ios simulator (don’t know yet on real device) the fadeid system prompt doesn’t shows up.
btw thank you for your job!
Trying to build on Android and getting
used
ext.kotlin_version = '1.4.31'
in build.gradle and addedbiometric_storage: ^3.0.0
to pubspec. It builds on ios simulator but never prompt me the faceID popup.Do you have any guess?