From 6bfd4ae002da522fb15f66ead6e484a5f2a392c7 Mon Sep 17 00:00:00 2001 From: Gaurav Goel Date: Thu, 7 Nov 2024 08:38:21 +0530 Subject: [PATCH] feat: Update manifest.xml Signed-off-by: Gaurav Goel --- singlefactorauth/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/singlefactorauth/build.gradle b/singlefactorauth/build.gradle index d0a524e..7ebae56 100644 --- a/singlefactorauth/build.gradle +++ b/singlefactorauth/build.gradle @@ -35,8 +35,8 @@ android { dependencies { - implementation 'androidx.core:core-ktx:1.15.0' - implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.core:core-ktx:1.7.0' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'org.web3j:crypto:4.8.8-android' implementation 'org.torusresearch:torus-utils-java:4.0.3'