File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 | |
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const val KEY_PUBLISH_ARTIFACT_ID = "PUBLISH_ARTIFACT_ID"
55const 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 "
99const val FOUNDATION_VERSION = " 1.10.0"
1010const val CORE_VERSION = " 1.18.0"
1111const val SIGN_VERSION = " 2.16.0"
You can’t perform that action at this time.
0 commit comments