Skip to content

Commit

Permalink
Updated web3j to use forked version with BouncyCastle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 committed Mar 29, 2024
1 parent 1011c7b commit 0690184
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
1 change: 1 addition & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +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.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 | 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 |
| 1.23.0 | 1.28.0 | 2.26.0 | 1.26.0 | 1.0.0.beta25 | 1.1.0 | 1.21.0 | 1.3.0 | 1.3.0 |
Expand Down
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ allprojects {
if (requested.group == "androidx.navigation" && requested.name == "navigation-compose") {
useVersion(composeNavigationVersion)
}
if (requested.group == "org.bouncycastle" && requested.name == "bcprov-jdk15on") {
useTarget("org.bouncycastle:bcprov-jdk18on:$bouncyCastleVersion")
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ fun DependencyHandlerScope.security() {
}

fun DependencyHandlerScope.web3jCrypto() {
"api"("org.web3j:crypto:$web3jVersion")
"api"("com.walletconnect.web3j:crypto:$web3jVersion")
}

fun DependencyHandlerScope.kethereum() {
Expand Down
24 changes: 12 additions & 12 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.31.0"
const val BOM_VERSION = "1.31.1"
const val FOUNDATION_VERSION = "1.17.0"
const val CORE_VERSION = "1.31.0"
const val SIGN_VERSION = "2.31.0"
const val AUTH_VERSION = "1.28.0"
const val CHAT_VERSION = "1.0.0-beta28"
const val NOTIFY_VERSION = "1.3.0"
const val WEB_3_WALLET_VERSION = "1.31.0"
const val WEB_3_MODAL_VERSION = "1.5.0"
const val WC_MODAL_VERSION = "1.5.0"
const val MODAL_CORE_VERSION = "1.5.0"
const val CORE_VERSION = "1.31.1"
const val SIGN_VERSION = "2.31.1"
const val AUTH_VERSION = "1.28.1"
const val CHAT_VERSION = "1.0.0-beta29"
const val NOTIFY_VERSION = "1.3.1"
const val WEB_3_WALLET_VERSION = "1.31.1"
const val WEB_3_MODAL_VERSION = "1.5.1"
const val WC_MODAL_VERSION = "1.5.1"
const val MODAL_CORE_VERSION = "1.5.1"

val jvmVersion = JavaVersion.VERSION_11
const val MIN_SDK: Int = 23
Expand Down Expand Up @@ -49,12 +49,12 @@ const val multibaseVersion = "1.1.1"
const val jUnit4Version = "4.13.2"
const val androidxTestVersion = "1.5.0"
const val androidxTestOrchestratorVersion = "1.4.2"
const val robolectricVersion = "4.9.2"
const val robolectricVersion = "4.11.1"
const val mockkVersion = "1.13.5"
const val jsonVersion = "20220924"
const val timberVersion = "5.0.1"
const val androidSecurityVersion = "1.1.0-alpha06"
const val web3jVersion = "4.9.5"
const val web3jVersion = "4.9.8-wc"
const val kethereumVersion = "0.85.7"
const val wsRestJavaVersion = "3.1.0"
const val relinkerVersion = "1.4.5"
Expand Down

0 comments on commit 0690184

Please sign in to comment.