Skip to content

Commit dd7049b

Browse files
committed
feat(android): upgrade biometrics to 1.2.0-alpha04
1 parent 69ecd93 commit dd7049b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ repositories {
6161
dependencies {
6262
//noinspection GradleDynamicVersion
6363
implementation 'com.facebook.react:react-native:+' // From node_modules
64-
implementation 'androidx.biometric:biometric:1.2.0-alpha03'
64+
implementation 'androidx.biometric:biometric:1.2.0-alpha04'
6565
}
6666

6767
def configureReactNativePom(def pom) {

0 commit comments

Comments
 (0)