@@ -27,23 +27,23 @@ Download [the JAR][]. Or for Maven, add to your `pom.xml`:
27
27
<dependency >
28
28
<groupId >io.grpc</groupId >
29
29
<artifactId >grpc-all</artifactId >
30
- <version >0.13.1 </version >
30
+ <version >0.13.2 </version >
31
31
</dependency >
32
32
```
33
33
34
34
Or for Gradle, add to your dependencies:
35
35
``` gradle
36
- compile 'io.grpc:grpc-all:0.13.1 '
36
+ compile 'io.grpc:grpc-all:0.13.2 '
37
37
```
38
38
39
39
For Android client, you only need to depend on the needed sub-projects, such as:
40
40
``` gradle
41
- compile 'io.grpc:grpc-okhttp:0.13.1 '
42
- compile 'io.grpc:grpc-protobuf-nano:0.13.1 '
43
- compile 'io.grpc:grpc-stub:0.13.1 '
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 '
44
44
```
45
45
46
- [ the JAR ] : https://search.maven.org/remote_content?g=io.grpc&a=grpc-all&v=0.13.1
46
+ [ the JAR ] : https://search.maven.org/remote_content?g=io.grpc&a=grpc-all&v=0.13.2
47
47
48
48
Development snapshots are available in [ Sonatypes's snapshot
49
49
repository] ( https://oss.sonatype.org/content/repositories/snapshots/ ) .
@@ -75,7 +75,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use
75
75
-->
76
76
<protocArtifact >com.google.protobuf:protoc:3.0.0-beta-2:exe:${os.detected.classifier}</protocArtifact >
77
77
<pluginId >grpc-java</pluginId >
78
- <pluginArtifact >io.grpc:protoc-gen-grpc-java:0.13.1 :exe:${os.detected.classifier}</pluginArtifact >
78
+ <pluginArtifact >io.grpc:protoc-gen-grpc-java:0.13.2 :exe:${os.detected.classifier}</pluginArtifact >
79
79
</configuration >
80
80
<executions >
81
81
<execution >
@@ -116,7 +116,7 @@ protobuf {
116
116
}
117
117
plugins {
118
118
grpc {
119
- artifact = 'io.grpc:protoc-gen-grpc-java:0.13.1 '
119
+ artifact = 'io.grpc:protoc-gen-grpc-java:0.13.2 '
120
120
}
121
121
}
122
122
generateProtoTasks {
0 commit comments