Skip to content

Commit

Permalink
Merge pull request #12 from wakumo/feature/upgrade-android-bom
Browse files Browse the repository at this point in the history
feat(android-sdk): upgrade to bom 1.10.0
  • Loading branch information
ludowkm authored May 23, 2023
2 parents cee5fcd + 3128cf9 commit b3e35fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b3e35fa

Please sign in to comment.