From 106050b8aa17895018122c90dc4268c89c16cbdb Mon Sep 17 00:00:00 2001 From: chaitanyapotti Date: Wed, 24 Nov 2021 22:01:43 +0800 Subject: [PATCH] Update deps --- customauth/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customauth/build.gradle b/customauth/build.gradle index 0da1d93..88619df 100644 --- a/customauth/build.gradle +++ b/customauth/build.gradle @@ -31,9 +31,9 @@ dependencies { api 'androidx.browser:browser:1.4.0' // api 'com.google.androidbrowserhelper:androidbrowserhelper:1.3.2' implementation 'com.auth0.android:jwtdecode:2.0.1' - implementation 'com.squareup.okhttp3:okhttp:4.9.1' + implementation 'com.squareup.okhttp3:okhttp:4.9.2' api 'org.torusresearch:fetch-node-details-java:1.0.10' - api 'org.torusresearch:torus-utils-java:1.0.12' + api 'org.torusresearch:torus-utils-java:1.0.13' implementation 'com.google.code.gson:gson:2.8.9' //noinspection GradleDependency api 'org.web3j:crypto:4.6.0-android'