We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fbbc7a + 7b6dfe4 commit fa8d8cfCopy full SHA for fa8d8cf
1 file changed
common/build.gradle
@@ -53,7 +53,7 @@ dependencies {
53
compile 'org.aspectj:aspectjrt:1.8.13'
54
compile 'org.aspectj:aspectjweaver:1.8.13'
55
compile 'org.aspectj:aspectjtools:1.8.13'
56
- compile group: 'io.github.tronprotocol', name: 'libp2p', version: '1.2.0',{
+ compile group: 'com.github.tronprotocol', name: 'libp2p', version: 'test-v2.0.2',{
57
exclude group: 'io.grpc', module: 'grpc-context'
58
exclude group: 'io.grpc', module: 'grpc-core'
59
exclude group: 'io.grpc', module: 'grpc-netty'
0 commit comments