Skip to content

Commit

Permalink
Merge pull request #2072 from kaygorodov/document-required-java-version
Browse files Browse the repository at this point in the history
Document the minimum required Java version for the target project to use Web3j as a dependency
  • Loading branch information
gtebrean authored Jul 4, 2024
2 parents 8646abe + 45efeb6 commit 45540b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ Java:
</dependency>
```

**Note:** The Web3j Java binaries are compiled using Java 17. Java 17 or a more recent version is required to use Web3j
as a dependency.

Android:

```xml
Expand Down

0 comments on commit 45540b9

Please sign in to comment.