From 3128cf92f527d725fab46cfa4fdb89e929780362 Mon Sep 17 00:00:00 2001 From: Luu Duc Dong Date: Tue, 23 May 2023 09:44:30 +0700 Subject: [PATCH] feat(android-sdk): upgrade to bom 1.10.0 --- CHANGELOG.md | 4 ++++ android/build.gradle | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d642264..d1eed08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,3 +30,7 @@ * Upgrade to the latest SDKs Android Bom 1.9.3 * Add missing redirect field from session proposal + +## 1.0.5 + +* Upgrade to the latest SDKs Android Bom 1.10.0 diff --git a/android/build.gradle b/android/build.gradle index 1eaecba..a17c0da 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -47,7 +47,7 @@ android { dependencies { implementation 'com.google.code.gson:gson:2.10' - implementation(platform("com.walletconnect:android-bom:1.9.3")) + implementation(platform("com.walletconnect:android-bom:1.10.0")) implementation("com.walletconnect:android-core") implementation("com.walletconnect:sign") } diff --git a/pubspec.yaml b/pubspec.yaml index 2eedaf1..2ecaf13 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wallet_connect_v2 description: Wallet Connect V2 for Flutter, available for both Wallet and DApp to interact easier -version: 1.0.4 +version: 1.0.5 homepage: https://avacus.cc repository: https://github.com/wakumo/flutter-wallet-connect-v2