From 7d1aae155fa864ca3578529818bd4558b79a28f5 Mon Sep 17 00:00:00 2001 From: Carl Mastrangelo Date: Tue, 28 Nov 2017 14:28:35 -0800 Subject: [PATCH] Update README to reference 1.8.0 --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ec6e1ea643..777fca63c2 100644 --- a/README.md +++ b/README.md @@ -28,37 +28,37 @@ Download [the JARs][]. Or for Maven with non-Android, add to your `pom.xml`: io.grpc grpc-netty - 1.7.0 + 1.8.0 io.grpc grpc-protobuf - 1.7.0 + 1.8.0 io.grpc grpc-stub - 1.7.0 + 1.8.0 ``` Or for Gradle with non-Android, add to your dependencies: ```gradle -compile 'io.grpc:grpc-netty:1.7.0' -compile 'io.grpc:grpc-protobuf:1.7.0' -compile 'io.grpc:grpc-stub:1.7.0' +compile 'io.grpc:grpc-netty:1.8.0' +compile 'io.grpc:grpc-protobuf:1.8.0' +compile 'io.grpc:grpc-stub:1.8.0' ``` For Android client, use `grpc-okhttp` instead of `grpc-netty` and `grpc-protobuf-lite` or `grpc-protobuf-nano` instead of `grpc-protobuf`: ```gradle -compile 'io.grpc:grpc-okhttp:1.7.0' -compile 'io.grpc:grpc-protobuf-lite:1.7.0' -compile 'io.grpc:grpc-stub:1.7.0' +compile 'io.grpc:grpc-okhttp:1.8.0' +compile 'io.grpc:grpc-protobuf-lite:1.8.0' +compile 'io.grpc:grpc-stub:1.8.0' ``` [the JARs]: -http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.grpc%22%20AND%20v%3A%221.7.0%22 +http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.grpc%22%20AND%20v%3A%221.8.0%22 Development snapshots are available in [Sonatypes's snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/). @@ -87,7 +87,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use com.google.protobuf:protoc:3.4.0:exe:${os.detected.classifier} grpc-java - io.grpc:protoc-gen-grpc-java:1.7.0:exe:${os.detected.classifier} + io.grpc:protoc-gen-grpc-java:1.8.0:exe:${os.detected.classifier} @@ -127,7 +127,7 @@ protobuf { } plugins { grpc { - artifact = 'io.grpc:protoc-gen-grpc-java:1.7.0' + artifact = 'io.grpc:protoc-gen-grpc-java:1.8.0' } } generateProtoTasks {