File tree Expand file tree Collapse file tree
android-interop-testing/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ protobuf {
3333 }
3434 plugins {
3535 grpc {
36- artifact = ' io.grpc:protoc-gen-grpc-java:0.8 .0-SNAPSHOT'
36+ artifact = ' io.grpc:protoc-gen-grpc-java:0.9 .0-SNAPSHOT'
3737 }
3838 }
3939 generateProtoTasks {
@@ -64,9 +64,9 @@ dependencies {
6464 compile ' com.squareup.okhttp:okhttp:2.2.0'
6565 testCompile ' junit:junit:4.12'
6666 // You need to build grpc-java to obtain these libraries below.
67- compile ' io.grpc:grpc-core:0.8 .0-SNAPSHOT'
68- compile ' io.grpc:grpc-protobuf-nano:0.8 .0-SNAPSHOT'
69- compile ' io.grpc:grpc-okhttp:0.8 .0-SNAPSHOT'
70- compile ' io.grpc:grpc-stub:0.8 .0-SNAPSHOT'
67+ compile ' io.grpc:grpc-core:0.9 .0-SNAPSHOT'
68+ compile ' io.grpc:grpc-protobuf-nano:0.9 .0-SNAPSHOT'
69+ compile ' io.grpc:grpc-okhttp:0.9 .0-SNAPSHOT'
70+ compile ' io.grpc:grpc-stub:0.9 .0-SNAPSHOT'
7171 compile ' javax.annotation:javax.annotation-api:1.2'
7272}
You can’t perform that action at this time.
0 commit comments