1 parent be4c0fb commit 9c52a19Copy full SHA for 9c52a19
1 file changed
lib/build.gradle.kts
@@ -57,15 +57,18 @@ android {
57
}
58
59
60
+configurations.all {
61
+ exclude(group = "com.madgag.spongycastle", module = "core")
62
+}
63
+
64
dependencies {
65
implementation("com.github.dora4:dora:1.3.61")
66
api("com.github.dora4:dview-alert-dialog:1.35")
67
// wallet connect
68
api(platform("com.walletconnect:android-bom:1.31.4"))
69
api("com.walletconnect:android-core")
70
api("com.walletconnect:web3modal")
- api("org.web3j:core:4.10.3") {
-
71
+ implementation("org.web3j:core:4.10.3") {
72
exclude(group = "org.bouncycastle")
73
74
@@ -77,7 +80,7 @@ afterEvaluate {
77
80
from(components["release"])
78
81
groupId = "com.github.dora4"
79
82
artifactId = "dora-walletconnect-support"
- version = "2.1.36"
83
+ version = "2.1.37"
84
85
86
0 commit comments