Skip to content

Commit

Permalink
Bump protoc version and JDK version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
YifeiZhuang committed Jan 25, 2022
1 parent 7d2abe1 commit 1959403
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,7 +1,7 @@
gRPC-Java - An RPC library and framework
========================================

gRPC-Java works with JDK 7. gRPC-Java clients are supported on Android API
gRPC-Java works with JDK 8. gRPC-Java clients are supported on Android API
levels 19 and up (KitKat and later). Deploying gRPC servers on an Android
device is not supported.

Expand Down Expand Up @@ -112,7 +112,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.6.1</version>
<configuration>
<protocArtifact>com.google.protobuf:protoc:3.19.1:exe:${os.detected.classifier}</protocArtifact>
<protocArtifact>com.google.protobuf:protoc:3.19.2:exe:${os.detected.classifier}</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.44.0:exe:${os.detected.classifier}</pluginArtifact>
</configuration>
Expand Down Expand Up @@ -140,7 +140,7 @@ plugins {
protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.19.1"
artifact = "com.google.protobuf:protoc:3.19.2"
}
plugins {
grpc {
Expand Down Expand Up @@ -173,7 +173,7 @@ plugins {
protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.19.1"
artifact = "com.google.protobuf:protoc:3.19.2"
}
plugins {
grpc {
Expand Down

0 comments on commit 1959403

Please sign in to comment.