Skip to content

Commit 256adff

Browse files
committed
debug
1 parent 90e10d0 commit 256adff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ repositories {
4141
}
4242

4343
dependencies {
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
}

0 commit comments

Comments
 (0)