Skip to content

Commit 41022bb

Browse files
committed
增加底层日志打印
1 parent ca4b9f1 commit 41022bb

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.3")
20+
implementation("com.github.dora4:dora-walletconnect-support:1.6")
2121
}
2222
```
2323

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ afterEvaluate {
6565
from(components["release"])
6666
groupId = "com.github.dora4"
6767
artifactId = "dora-walletconnect-support"
68-
version = "1.5"
68+
version = "1.6"
6969
}
7070
}
7171
}
-10.7 KB
Binary file not shown.
-5.73 KB
Binary file not shown.

0 commit comments

Comments
 (0)