Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Aug 13, 2024
1 parent 58e0f42 commit d569de5
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.34.1 | 1.34.1 | 2.34.1 | 1.28.7 | 1.0.0.beta34 | 1.3.8 | 1.34.1 | 1.6.3 | 1.5.8 |
| 1.34.0 | 1.34.0 | 2.34.0 | 1.28.6 | 1.0.0.beta33 | 1.3.7 | 1.34.0 | 1.6.2 | 1.5.7 |
| 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 |
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.34.0"
const val FOUNDATION_VERSION = "1.18.0"
const val CORE_VERSION = "1.34.0"
const val SIGN_VERSION = "2.34.0"
const val AUTH_VERSION = "1.28.6"
const val CHAT_VERSION = "1.0.0-beta33"
const val NOTIFY_VERSION = "1.3.7"
const val WEB_3_WALLET_VERSION = "1.34.0"
const val WEB_3_MODAL_VERSION = "1.6.2"
const val WC_MODAL_VERSION = "1.5.7"
const val MODAL_CORE_VERSION = "1.6.2"
const val BOM_VERSION = "1.34.1"
const val FOUNDATION_VERSION = "1.18.1"
const val CORE_VERSION = "1.34.1"
const val SIGN_VERSION = "2.34.1"
const val AUTH_VERSION = "1.28.7"
const val CHAT_VERSION = "1.0.0-beta34"
const val NOTIFY_VERSION = "1.3.8"
const val WEB_3_WALLET_VERSION = "1.34.1"
const val WEB_3_MODAL_VERSION = "1.6.3"
const val WC_MODAL_VERSION = "1.5.8"
const val MODAL_CORE_VERSION = "1.6.3"

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

0 comments on commit d569de5

Please sign in to comment.