Fixed version for gradle in java Readme.md

Looks like this was forgotten by the last time this was edited.
pull/8467/head
Tobias Liese 4 years ago committed by GitHub
parent c2148566c7
commit 1db2b662de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      java/README.md

@ -45,7 +45,7 @@ protobuf-java-util package:
If you are using Gradle, add the following to your `build.gradle` file's dependencies: 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. Again, be sure to check that the version number matches (or is newer than) the version number of protoc that you are using.

Loading…
Cancel
Save