We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4b9f1 commit 41022bbCopy full SHA for 41022bb
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.3")
+ implementation("com.github.dora4:dora-walletconnect-support:1.6")
21
}
22
```
23
lib/build.gradle.kts
@@ -65,7 +65,7 @@ afterEvaluate {
65
from(components["release"])
66
groupId = "com.github.dora4"
67
artifactId = "dora-walletconnect-support"
68
- version = "1.5"
+ version = "1.6"
69
70
71
lib/src/main/jniLibs/arm64-v8a/libpay-core.so
-10.7 KB
lib/src/main/jniLibs/armeabi-v7a/libpay-core.so
-5.73 KB
0 commit comments