Skip to content

Commit

Permalink
Merge pull request #283 from Longi94/LossyDragon-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
LossyDragon authored Sep 30, 2024
2 parents f138bc1 + 0d4eead commit 0ab4f96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ Maven

[Non-Android | Bouncy Castle](https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on)

**4. (Optional) Working with protobufs.**

If you plan on working with protobuf builders directly to perform actions a handler doesn't support, you will need to add the protobuf-java dependency.

Note: To eliminate any errors or warnings, you should try and match the same version JavaSteam uses.<br>You can find the latest version being used [here](https://github.com/Longi94/JavaSteam/blob/master/gradle/libs.versions.toml).

[Protobuf Java](https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java)

## Getting Started

Expand Down

0 comments on commit 0ab4f96

Please sign in to comment.