Skip to content

Commit 82a08c4

Browse files
authored
chore: release 2.78.0-beta.1 (#2908)
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
1 parent 33d9f42 commit 82a08c4

7 files changed

Lines changed: 78 additions & 107 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.78.0-beta.1
9+
10+
### Added
11+
12+
- feat: Support Pectra EVM Type 4 Transaction Encoding (EIP-7702) (#2774)
13+
- feat: HIP-1340 (#2569)
14+
815
## 2.77.0
916

1017
## Added

docs/android-app/android-app-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To get started with an Android project, you'll need to add the following **two**
77
1. **Hedera™ Java SDK:**
88

99
```groovy
10-
implementation 'com.hedera.hashgraph:sdk:2.77.0'
10+
implementation 'com.hedera.hashgraph:sdk:2.78.0-beta.1'
1111
```
1212

1313
2. **gRPC implementation:**

docs/java-app/java-app-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To get started with a Java project, you'll need to add the following **three** d
99
_Gradle:_
1010

1111
```groovy
12-
implementation 'com.hedera.hashgraph:sdk:2.77.0'
12+
implementation 'com.hedera.hashgraph:sdk:2.78.0-beta.1'
1313
```
1414

1515
_Maven:_
@@ -18,7 +18,7 @@ _Maven:_
1818
<dependency>
1919
<groupId>com.hedera.hashgraph</groupId>
2020
<artifactId>sdk</artifactId>
21-
<version>2.77.0</version>
21+
<version>2.78.0-beta.1</version>
2222
</dependency>
2323
```
2424

example-android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
implementation(platform("org.hiero:hiero-dependency-versions"))
4646
// ---------------------------------------------
4747

48-
implementation("com.hedera.hashgraph:sdk:2.77.0")
48+
implementation("com.hedera.hashgraph:sdk:2.78.0-beta.1")
4949

5050
implementation("com.google.android.material:material:1.12.0")
5151

examples/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ dependencyAnalysis {
1919
dependencies.constraints {
2020
implementation("com.google.guava:guava:33.4.8-android")
2121
implementation("io.github.cdimascio:dotenv-java:3.2.0")
22-
implementation("com.hedera.hashgraph:sdk:2.77.0")
23-
implementation("com.hedera.hashgraph:sdk-full:2.77.0")
22+
implementation("com.hedera.hashgraph:sdk:2.78.0-beta.1")
23+
implementation("com.hedera.hashgraph:sdk-full:2.78.0-beta.1")
2424
implementation("com.google.code.findbugs:jsr305:3.0.2")
2525
}
2626

sdk/src/main/resources/addressbook/mainnet.pb

Lines changed: 64 additions & 100 deletions
Large diffs are not rendered by default.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.77.0
1+
2.78.0-beta.1

0 commit comments

Comments
 (0)