Skip to content

Commit 46c76bd

Browse files
author
Xudong Ma
committed
Update android-interop-test's dependency.
1 parent 1b1c646 commit 46c76bd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

android-interop-testing/app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)