Skip to content

Commit 54d1906

Browse files
authored
Merge pull request #86 from tronprotocol/release_v2.2.4
release v2.2.4 merge to main
2 parents 4834eee + 23ebc17 commit 54d1906

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repositories {
4343
Then add the required packages as dependencies. Please add dependencies locally.
4444
```bash
4545
dependencies {
46-
implementation group: 'io.github.tronprotocol', name: 'libp2p', version: '2.2.1'
46+
implementation group: 'io.github.tronprotocol', name: 'libp2p', version: '2.2.4'
4747
}
4848
```
4949
Or if you are using the jar files as your dependencies:
@@ -66,7 +66,7 @@ dependencies {
6666
<dependency>
6767
<groupId>io.github.tronprotocol</groupId>
6868
<artifactId>libp2p</artifactId>
69-
<version>2.2.1</version>
69+
<version>2.2.4</version>
7070
</dependency>
7171
```
7272

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'io.github.tronprotocol'
2-
version '2.2.1'
2+
version '2.2.4'
33

44
buildscript {
55
repositories {
@@ -17,7 +17,7 @@ apply plugin: 'com.google.protobuf'
1717
apply plugin: 'com.github.johnrengelman.shadow'
1818
apply plugin: 'application'
1919

20-
def protobufVersion = "3.21.12"
20+
def protobufVersion = "3.25.5"
2121
def grpcVersion = "1.52.1"
2222

2323
mainClassName = 'org.tron.p2p.example.StartApp'

0 commit comments

Comments
 (0)