Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman authored and acozzette committed Jul 20, 2020
1 parent d4ec70f commit fc8e2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/README.md
Expand Up @@ -47,7 +47,7 @@ If you are using Gradle, add the following to your `build.gradle` file's depende
```
compile 'com.google.protobuf:protobuf-java:3.11.0'
```
Again, be sure to check that the version number maches (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.

### Use Java Protocol Buffers on Android

Expand Down

0 comments on commit fc8e2e8

Please sign in to comment.