Skip to content

Commit 90f56aa

Browse files
committed
Detect whether the node supports EIP-1559.(#11)
1 parent 974acbe commit 90f56aa

19 files changed

Lines changed: 321 additions & 283 deletions

File tree

lib/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
compileSdk = 34
1010

1111
defaultConfig {
12-
minSdk = 23
12+
minSdk = 24
1313
// externalNativeBuild {
1414
// cmake {
1515
// cppFlags += ""
@@ -68,7 +68,7 @@ dependencies {
6868
api(platform("com.walletconnect:android-bom:1.31.4"))
6969
api("com.walletconnect:android-core")
7070
api("com.walletconnect:web3modal")
71-
api("org.web3j:core:4.1.0-android")
71+
api("org.web3j:core:4.10.3")
7272
}
7373

7474
afterEvaluate {
@@ -78,7 +78,7 @@ afterEvaluate {
7878
from(components["release"])
7979
groupId = "com.github.dora4"
8080
artifactId = "dora-walletconnect-support"
81-
version = "2.1.25"
81+
version = "2.1.26"
8282
}
8383
}
8484
}

0 commit comments

Comments
 (0)