Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Sep 23, 2024
1 parent e373c53 commit 9f4a963
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 @@ -24,6 +24,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.35.2 | 1.35.2 | 2.35.2 | 1.28.10 | 1.0.0.beta37 | 1.3.11 | 1.35.2 | 1.6.6 | 1.5.11 |
| 1.35.1 | 1.35.1 | 2.35.1 | 1.28.9 | 1.0.0.beta36 | 1.3.10 | 1.35.1 | 1.6.5 | 1.5.10 |
| 1.35.0 | 1.35.0 | 2.35.0 | 1.28.8 | 1.0.0.beta35 | 1.3.9 | 1.35.0 | 1.6.4 | 1.5.9 |
| 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 |
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.35.1"
const val FOUNDATION_VERSION = "1.18.3"
const val CORE_VERSION = "1.35.1"
const val SIGN_VERSION = "2.35.1"
const val AUTH_VERSION = "1.28.9"
const val CHAT_VERSION = "1.0.0-beta36"
const val NOTIFY_VERSION = "1.3.10"
const val WEB_3_WALLET_VERSION = "1.35.1"
const val WEB_3_MODAL_VERSION = "1.6.5"
const val WC_MODAL_VERSION = "1.5.10"
const val MODAL_CORE_VERSION = "1.6.5"
const val BOM_VERSION = "1.35.2"
const val FOUNDATION_VERSION = "1.18.4"
const val CORE_VERSION = "1.35.2"
const val SIGN_VERSION = "2.35.2"
const val AUTH_VERSION = "1.28.10"
const val CHAT_VERSION = "1.0.0-beta37"
const val NOTIFY_VERSION = "1.3.11"
const val WEB_3_WALLET_VERSION = "1.35.2"
const val WEB_3_MODAL_VERSION = "1.6.6"
const val WC_MODAL_VERSION = "1.5.11"
const val MODAL_CORE_VERSION = "1.6.6"

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

0 comments on commit 9f4a963

Please sign in to comment.