From 9c3de2c70eab566d9a293f173262df35a170ade2 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Wed, 18 Dec 2024 21:50:55 -0800 Subject: [PATCH] upgrade wallet connect --- example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/build.gradle b/example/build.gradle index 1b6255d73..7f37af787 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'org.web3j:crypto:5.0.0' // WalletConnect V2: core library + WalletConnectModal - implementation(platform("com.walletconnect:android-bom:1.19.1")) + implementation(platform("com.walletconnect:android-bom:1.35.2")) implementation("com.walletconnect:android-core") implementation("com.walletconnect:walletconnect-modal")