Update android-interop-test's dependency.

This commit is contained in:
Xudong Ma 2015-08-14 11:25:59 -07:00
parent 1b1c646ccd
commit 46c76bdff7
1 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@ protobuf {
}
plugins {
grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:0.8.0-SNAPSHOT'
artifact = 'io.grpc:protoc-gen-grpc-java:0.9.0-SNAPSHOT'
}
}
generateProtoTasks {
@ -64,9 +64,9 @@ dependencies {
compile 'com.squareup.okhttp:okhttp:2.2.0'
testCompile 'junit:junit:4.12'
// You need to build grpc-java to obtain these libraries below.
compile 'io.grpc:grpc-core:0.8.0-SNAPSHOT'
compile 'io.grpc:grpc-protobuf-nano:0.8.0-SNAPSHOT'
compile 'io.grpc:grpc-okhttp:0.8.0-SNAPSHOT'
compile 'io.grpc:grpc-stub:0.8.0-SNAPSHOT'
compile 'io.grpc:grpc-core:0.9.0-SNAPSHOT'
compile 'io.grpc:grpc-protobuf-nano:0.9.0-SNAPSHOT'
compile 'io.grpc:grpc-okhttp:0.9.0-SNAPSHOT'
compile 'io.grpc:grpc-stub:0.9.0-SNAPSHOT'
compile 'javax.annotation:javax.annotation-api:1.2'
}