Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Jul 29, 2024
1 parent 05e96cd commit 2c7a752
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies {

| BOM | [Core SDK](core/android) | [Sign SDK](protocol/sign) | [Auth SDK](protocol/auth) | [Chat SDK](protocol/chat) | [Notify SDK](protocol/notify) | [web3wallet](product/web3wallet) | [web3modal](product/web3modal) | [WalletConnectModal](product/walletconnectmodal) |
|-----------------------------------------------------------------------------------------|--------------------------|---------------------------|---------------------------|---------------------------|:------------------------------|----------------------------------|--------------------------------|--------------------------------------------------|
| 1.33.1 | 1.33.1 | 2.33.1 | 1.28.5 | 1.0.0.beta32 | 1.3.6 | 1.33.1 | 1.6.1 | 1.5.6 |
| 1.33.0 | 1.33.0 | 2.33.0 | 1.28.4 | 1.0.0.beta31 | 1.3.5 | 1.33.0 | 1.6.0 | 1.5.5 |
| 1.32.1 | 1.32.0 | 2.32.0 | 1.28.3 | 1.0.0.beta30 | 1.3.4 | 1.32.1 | 1.5.4 | 1.5.4 |
| 1.31.3 | 1.31.2 | 2.31.2 | 1.28.2 | 1.0.0.beta30 | 1.3.2 | 1.31.2 | 1.5.2 | 1.5.2 |
Expand Down
22 changes: 11 additions & 11 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ const val KEY_PUBLISH_ARTIFACT_ID = "PUBLISH_ARTIFACT_ID"
const val KEY_SDK_NAME = "SDK_NAME"

//Latest versions
const val BOM_VERSION = "1.33.0"
const val FOUNDATION_VERSION = "1.17.3"
const val CORE_VERSION = "1.33.0"
const val SIGN_VERSION = "2.33.0"
const val AUTH_VERSION = "1.28.4"
const val CHAT_VERSION = "1.0.0-beta31"
const val NOTIFY_VERSION = "1.3.5"
const val WEB_3_WALLET_VERSION = "1.33.0"
const val WEB_3_MODAL_VERSION = "1.6.0"
const val WC_MODAL_VERSION = "1.5.5"
const val MODAL_CORE_VERSION = "1.6.0"
const val BOM_VERSION = "1.33.1"
const val FOUNDATION_VERSION = "1.17.4"
const val CORE_VERSION = "1.33.1"
const val SIGN_VERSION = "2.33.1"
const val AUTH_VERSION = "1.28.5"
const val CHAT_VERSION = "1.0.0-beta32"
const val NOTIFY_VERSION = "1.3.6"
const val WEB_3_WALLET_VERSION = "1.33.1"
const val WEB_3_MODAL_VERSION = "1.6.1"
const val WC_MODAL_VERSION = "1.5.6"
const val MODAL_CORE_VERSION = "1.6.1"

//Artifact ids
const val ANDROID_BOM = "android-bom"
Expand Down

0 comments on commit 2c7a752

Please sign in to comment.