From 478bf32304bb30db90d4f9f7f50a23647281ab29 Mon Sep 17 00:00:00 2001 From: Gaurav Goel Date: Mon, 2 Dec 2024 09:54:33 +0530 Subject: [PATCH] feat: update deps Signed-off-by: Gaurav Goel --- sdk/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/build.gradle b/sdk/build.gradle index 3aa0e59..6a6f8e7 100644 --- a/sdk/build.gradle +++ b/sdk/build.gradle @@ -35,7 +35,7 @@ android { dependencies { api 'org.torusresearch:fetch-node-details-java:5.0.0' api 'org.torusresearch:torus-utils-java:4.0.3' - api 'androidx.browser:browser:1.4.0' + api 'androidx.browser:browser:1.8.0' api 'org.web3j:crypto:4.9.5' implementation 'com.auth0.android:jwtdecode:2.0.1' implementation 'com.squareup.okhttp3:okhttp:4.9.3'