Skip to content

Commit 6177b40

Browse files
committed
优化底层代码
1 parent aede9ed commit 6177b40

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencyResolutionManagement {
1717
dependencies {
1818
// 扩展包必须在有主框架dora的情况下使用
1919
implementation("com.github.dora4:dora:1.2.51")
20-
implementation("com.github.dora4:dora-walletconnect-support:1.29")
20+
implementation("com.github.dora4:dora-walletconnect-support:1.30")
2121
}
2222
```
2323

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ afterEvaluate {
6666
from(components["release"])
6767
groupId = "com.github.dora4"
6868
artifactId = "dora-walletconnect-support"
69-
version = "1.29"
69+
version = "1.30"
7070
}
7171
}
7272
}
152 Bytes
Binary file not shown.
68 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)