From 7b6dfe4f0ebcabc1efb69dd7222c6f3a43be2cbf Mon Sep 17 00:00:00 2001 From: chengtx01 Date: Wed, 13 Sep 2023 14:23:01 +0800 Subject: [PATCH] feat(net):update libp2p version to test-v2.0.2 --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 0ed13763a1e..32cca29bcb3 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -53,7 +53,7 @@ dependencies { compile 'org.aspectj:aspectjrt:1.8.13' compile 'org.aspectj:aspectjweaver:1.8.13' compile 'org.aspectj:aspectjtools:1.8.13' - compile group: 'io.github.tronprotocol', name: 'libp2p', version: '1.2.0',{ + compile group: 'com.github.tronprotocol', name: 'libp2p', version: 'test-v2.0.2',{ exclude group: 'io.grpc', module: 'grpc-context' exclude group: 'io.grpc', module: 'grpc-core' exclude group: 'io.grpc', module: 'grpc-netty'