File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ repositories {
4141}
4242
4343dependencies {
44- implementation ' com.facebook.react:react-native:+'
44+ compile ' com.facebook.react:react-native:+'
4545 // androidx:biometric now supports fingerprint back to Android v23
4646 implementation " androidx.biometric:biometric:1.0.1"
4747
4848 // retain fingerprintScanner lib for compat with Android v16-23 device-specific drivers (Samsung & MeiZu)
4949 // 1.2.3 is the minimum version compatible with androidx.
5050 // See https://github.com/uccmawei/FingerprintIdentify/issues/74
5151 // (translation https://translate.google.com/translate?sl=zh-CN&tl=en&u=https://github.com/uccmawei/FingerprintIdentify/issues/74)
52- implementation " com.wei.android.lib:fingerprintidentify:${ safeExtGet("fingerprintidentify", "1.2.6")} "
52+ compile " com.wei.android.lib:fingerprintidentify:${ safeExtGet("fingerprintidentify", "1.2.6")} "
5353}
You can’t perform that action at this time.
0 commit comments