Skip to content

Commit

Permalink
Bump Auth and Chat
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Apr 23, 2024
1 parent 0f34d23 commit 224d805
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WalletConnect v2 protocols for Android applications.

| 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.31.3 | 1.31.3 | 2.31.3 | 1.28.2 | 1.0.0.beta30 | 1.3.3 | 1.31.3 | 1.5.3 | 1.5.3 |
| 1.31.2 | 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 |
| 1.31.1 | 1.31.1 | 2.31.1 | 1.28.1 | 1.0.0.beta26 | 1.3.1 | 1.31.1 | 1.5.1 | 1.5.1 |
| 1.31.0<sup>[**](https://gist.github.com/TalhaAli00/7b9e1cadf19b9dc5141cd033aa4e6172) | 1.31.0 | 2.31.0 | 1.28.0 | 1.0.0.beta25 | 1.3.0 | 1.31.0 | 1.5.0 | 1.5.0 |
| 1.30.0 | 1.30.0 | 2.30.0 | 1.27.0 | 1.0.0.beta25 | 1.2.0 | 1.30.0 | 1.4.0 | 1.4.0 |
Expand Down
16 changes: 8 additions & 8 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ const val KEY_SDK_NAME = "SDK_NAME"

//Latest versions
const val BOM_VERSION = "1.31.3"
const val FOUNDATION_VERSION = "1.17.2"
const val CORE_VERSION = "1.31.3"
const val SIGN_VERSION = "2.31.3"
const val FOUNDATION_VERSION = "1.17.1"
const val CORE_VERSION = "1.31.2"
const val SIGN_VERSION = "2.31.2"
const val AUTH_VERSION = "1.28.2"
const val CHAT_VERSION = "1.0.0-beta30"
const val NOTIFY_VERSION = "1.3.3"
const val WEB_3_WALLET_VERSION = "1.31.3"
const val WEB_3_MODAL_VERSION = "1.5.3"
const val WC_MODAL_VERSION = "1.5.3"
const val MODAL_CORE_VERSION = "1.5.3"
const val NOTIFY_VERSION = "1.3.2"
const val WEB_3_WALLET_VERSION = "1.31.2"
const val WEB_3_MODAL_VERSION = "1.5.2"
const val WC_MODAL_VERSION = "1.5.2"
const val MODAL_CORE_VERSION = "1.5.2"

val jvmVersion = JavaVersion.VERSION_11
const val MIN_SDK: Int = 23
Expand Down

0 comments on commit 224d805

Please sign in to comment.