Skip to content

Commit

Permalink
Fixed version for gradle in java Readme.md
Browse files Browse the repository at this point in the history
Looks like this was forgotten by the last time this was edited.
  • Loading branch information
SR-Lut3t1um authored Apr 8, 2021
1 parent c214856 commit 1db2b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protobuf-java-util package:

If you are using Gradle, add the following to your `build.gradle` file's dependencies:
```
implementation 'com.google.protobuf:protobuf-java:3.11.0'
implementation 'com.google.protobuf:protobuf-java:3.15.3'
```
Again, be sure to check that the version number matches (or is newer than) the version number of protoc that you are using.

Expand Down

0 comments on commit 1db2b66

Please sign in to comment.