Skip to content

Commit

Permalink
release: v2.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Akhterov <[email protected]>
  • Loading branch information
janaakhterov committed Mar 22, 2022
1 parent 1cade7b commit f09ea9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ Select _one_ of the following depending on your target platform.

```groovy
// Android, Corda DJVM, Java 7+
implementation 'com.hedera.hashgraph:sdk-jdk7:2.10.0'
implementation 'com.hedera.hashgraph:sdk-jdk7:2.10.1'
// Java 9+, Kotlin
implementation 'com.hedera.hashgraph:sdk:2.10.0'
implementation 'com.hedera.hashgraph:sdk:2.10.1'
```

Select _one_ of the following to provide the gRPC implementation.

```groovy
// netty transport (for high throughput applications)
implementation 'io.grpc:grpc-netty-shaded:1.40.0'
implementation 'io.grpc:grpc-netty-shaded:1.44.0'
// netty transport, unshaded (if you have a matching Netty dependency already)
implementation 'io.grpc:grpc-netty:1.40.0'
implementation 'io.grpc:grpc-netty:1.44.0'
// okhttp transport (for lighter-weight applications or Android)
implementation 'io.grpc:grpc-okhttp:1.40.0'
implementation 'io.grpc:grpc-okhttp:1.44.0'
```

Select _one_ of the following to enable or disable Simple Logging Facade for Java (SLFJ4).
Expand All @@ -61,14 +61,14 @@ Select _one_ of the following depending on your target platform.
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>sdk-jdk7</artifactId>
<version>2.10.0</version>
<version>2.10.1</version>
</dependency>

<!-- Java 9+, Kotlin -->
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>sdk</artifactId>
<version>2.10.0</version>
<version>2.10.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.hedera.hashgraph"
version = "2.10.0"
version = "2.10.1"
description = "Hedera™ Hashgraph SDK for Java"

configurations {
Expand Down

0 comments on commit f09ea9e

Please sign in to comment.