@@ -27,23 +27,23 @@ Download [the JAR][]. Or for Maven, add to your `pom.xml`:
2727<dependency >
2828 <groupId >io.grpc</groupId >
2929 <artifactId >grpc-all</artifactId >
30- <version >0.13.2 </version >
30+ <version >0.14.0 </version >
3131</dependency >
3232```
3333
3434Or for Gradle, add to your dependencies:
3535``` gradle
36- compile 'io.grpc:grpc-all:0.13.2 '
36+ compile 'io.grpc:grpc-all:0.14.0 '
3737```
3838
3939For Android client, you only need to depend on the needed sub-projects, such as:
4040``` gradle
41- compile 'io.grpc:grpc-okhttp:0.13.2 '
42- compile 'io.grpc:grpc-protobuf-nano:0.13.2 '
43- compile 'io.grpc:grpc-stub:0.13.2 '
41+ compile 'io.grpc:grpc-okhttp:0.14.0 '
42+ compile 'io.grpc:grpc-protobuf-nano:0.14.0 '
43+ compile 'io.grpc:grpc-stub:0.14.0 '
4444```
4545
46- [ the JAR ] : https://search.maven.org/remote_content?g=io.grpc&a=grpc-all&v=0.13.2
46+ [ the JAR ] : https://search.maven.org/remote_content?g=io.grpc&a=grpc-all&v=0.14.0
4747
4848Development snapshots are available in [ Sonatypes's snapshot
4949repository] ( https://oss.sonatype.org/content/repositories/snapshots/ ) .
@@ -75,7 +75,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use
7575 -->
7676 <protocArtifact >com.google.protobuf:protoc:3.0.0-beta-2:exe:${os.detected.classifier}</protocArtifact >
7777 <pluginId >grpc-java</pluginId >
78- <pluginArtifact >io.grpc:protoc-gen-grpc-java:0.13.2 :exe:${os.detected.classifier}</pluginArtifact >
78+ <pluginArtifact >io.grpc:protoc-gen-grpc-java:0.14.0 :exe:${os.detected.classifier}</pluginArtifact >
7979 </configuration >
8080 <executions >
8181 <execution >
@@ -116,7 +116,7 @@ protobuf {
116116 }
117117 plugins {
118118 grpc {
119- artifact = 'io.grpc:protoc-gen-grpc-java:0.13.2 '
119+ artifact = 'io.grpc:protoc-gen-grpc-java:0.14.0 '
120120 }
121121 }
122122 generateProtoTasks {
0 commit comments