From 71300de9e54b516fb933544bf109660374515db0 Mon Sep 17 00:00:00 2001 From: Gaurav Goel Date: Thu, 8 Aug 2024 14:49:40 +0530 Subject: [PATCH] feat: org.web3j:crypto library version changed. Signed-off-by: Gaurav Goel --- singlefactorauth/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singlefactorauth/build.gradle b/singlefactorauth/build.gradle index 7f52543..bbd2933 100644 --- a/singlefactorauth/build.gradle +++ b/singlefactorauth/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'org.web3j:crypto:4.9.5' + implementation 'org.web3j:crypto:4.8.9-android' implementation 'org.torusresearch:torus-utils-java:3.4.0' implementation 'org.torusresearch:fetch-node-details-java:5.0.0' implementation 'com.google.code.gson:gson:2.9.1'