From 2c1a7030006ca183cff7996222e71eb8847b8c0a Mon Sep 17 00:00:00 2001 From: Gaurav Goel Date: Wed, 23 Oct 2024 19:11:13 +0530 Subject: [PATCH] feat: update SFA android deps Signed-off-by: Gaurav Goel --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index b9e89bf..f21eb03 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -49,7 +49,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4' - implementation 'com.github.Web3Auth:single-factor-auth-android:1.1.0' + implementation 'com.github.Web3Auth:single-factor-auth-android:1.2.0' implementation 'org.torusresearch:fetch-node-details-java:5.0.0' implementation 'com.google.code.gson:gson:2.9.1' }