Skip to content

Commit ff1d6f7

Browse files
authored
Merge pull request #996 from WalletConnect/hotfix/add_walletconnectmodal_to_BOM
2 parents da6528b + a2ed7f3 commit ff1d6f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WalletConnect v2 protocols for Android applications.
1010

1111
| BOM | [Core SDK](androidCore) | [web3wallet](web3/wallet) | [Sign SDK](sign) | [Auth SDK](auth) | [Chat SDK](chat) | [web3inbox](web3/inbox) | [WalletConnectModal](product/modal) |
1212
|-----------------------------------------------------------------------------------------|-------------------------|---------------------------|------------------|------------------|------------------|-------------------------|-------------------------------------|
13-
| 1.13.0 | 1.18.0 | 1.11.0 | 2.16.0 | 1.16.0 | 1.0.0-beta14 | 1.0.0-alpha14 | 1.0.0-alpha01 |
13+
| 1.13.1 | 1.18.0 | 1.11.0 | 2.16.0 | 1.16.0 | 1.0.0-beta14 | 1.0.0-alpha14 | 1.0.0-alpha01 |
1414
| 1.12.0 | 1.17.0 | 1.10.0 | 2.15.0 | 1.15.0 | 1.0.0-beta13 | 1.0.0-alpha13 | |
1515
| 1.11.1 | 1.16.1 | 1.9.1 | 2.14.1 | 1.14.1 | 1.0.0-beta12 | 1.0.0-alpha12 | |
1616
| 1.11.0 | 1.16.0 | 1.9.0 | 2.14.0 | 1.14.0 | 1.0.0-beta11 | 1.0.0-alpha11 | |

androidCore/bom/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ dependencies {
1919
api(project(":push:sdk"))
2020
api(project(":web3:wallet"))
2121
api(project(":web3:inbox"))
22-
api(project(":web3:modal"))
22+
api(project(":product:modal"))
2323
}
2424
}

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const val KEY_PUBLISH_ARTIFACT_ID = "PUBLISH_ARTIFACT_ID"
55
const val KEY_SDK_NAME = "SDK_NAME"
66

77
//Latest versions
8-
const val BOM_VERSION = "1.13.0"
8+
const val BOM_VERSION = "1.13.1"
99
const val FOUNDATION_VERSION = "1.10.0"
1010
const val CORE_VERSION = "1.18.0"
1111
const val SIGN_VERSION = "2.16.0"

0 commit comments

Comments
 (0)