Skip to content

Commit 07843ab

Browse files
committed
feat(android): upgrade biometrics to 1.2.0-alpha03
1 parent 8b36afb commit 07843ab

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
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.1.0'
64+
implementation 'androidx.biometric:biometric:1.2.0-alpha03'
6565
}
6666

6767
def configureReactNativePom(def pom) {

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3476,7 +3476,7 @@ promise@^7.1.1:
34763476
dependencies:
34773477
asap "~2.0.3"
34783478

3479-
prop-types@^15.6.2, prop-types@^15.7.2:
3479+
prop-types@^15.7.2:
34803480
version "15.7.2"
34813481
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
34823482
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -3556,14 +3556,13 @@ react-refresh@^0.4.0:
35563556
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.3.tgz#966f1750c191672e76e16c2efa569150cc73ab53"
35573557
integrity sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==
35583558

3559-
react@^16.9.0:
3560-
version "16.13.1"
3561-
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
3562-
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
3559+
react@>=16.9.0:
3560+
version "17.0.2"
3561+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
3562+
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
35633563
dependencies:
35643564
loose-envify "^1.1.0"
35653565
object-assign "^4.1.1"
3566-
prop-types "^15.6.2"
35673566

35683567
read-pkg-up@^2.0.0:
35693568
version "2.0.0"

0 commit comments

Comments
 (0)