We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aede9ed commit 6177b40Copy full SHA for 6177b40
README.md
@@ -17,7 +17,7 @@ dependencyResolutionManagement {
17
dependencies {
18
// 扩展包必须在有主框架dora的情况下使用
19
implementation("com.github.dora4:dora:1.2.51")
20
- implementation("com.github.dora4:dora-walletconnect-support:1.29")
+ implementation("com.github.dora4:dora-walletconnect-support:1.30")
21
}
22
```
23
lib/build.gradle.kts
@@ -66,7 +66,7 @@ afterEvaluate {
66
from(components["release"])
67
groupId = "com.github.dora4"
68
artifactId = "dora-walletconnect-support"
69
- version = "1.29"
+ version = "1.30"
70
71
72
lib/src/main/jniLibs/arm64-v8a/libpay-core.so
152 Bytes
lib/src/main/jniLibs/armeabi-v7a/libpay-core.so
68 Bytes
0 commit comments