mirror of https://github.com/grpc/grpc-java.git
Update android-interop-test's dependency.
This commit is contained in:
parent
1b1c646ccd
commit
46c76bdff7
|
|
@ -33,7 +33,7 @@ protobuf {
|
||||||
}
|
}
|
||||||
plugins {
|
plugins {
|
||||||
grpc {
|
grpc {
|
||||||
artifact = 'io.grpc:protoc-gen-grpc-java:0.8.0-SNAPSHOT'
|
artifact = 'io.grpc:protoc-gen-grpc-java:0.9.0-SNAPSHOT'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
generateProtoTasks {
|
generateProtoTasks {
|
||||||
|
|
@ -64,9 +64,9 @@ dependencies {
|
||||||
compile 'com.squareup.okhttp:okhttp:2.2.0'
|
compile 'com.squareup.okhttp:okhttp:2.2.0'
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
// You need to build grpc-java to obtain these libraries below.
|
// You need to build grpc-java to obtain these libraries below.
|
||||||
compile 'io.grpc:grpc-core:0.8.0-SNAPSHOT'
|
compile 'io.grpc:grpc-core:0.9.0-SNAPSHOT'
|
||||||
compile 'io.grpc:grpc-protobuf-nano:0.8.0-SNAPSHOT'
|
compile 'io.grpc:grpc-protobuf-nano:0.9.0-SNAPSHOT'
|
||||||
compile 'io.grpc:grpc-okhttp:0.8.0-SNAPSHOT'
|
compile 'io.grpc:grpc-okhttp:0.9.0-SNAPSHOT'
|
||||||
compile 'io.grpc:grpc-stub:0.8.0-SNAPSHOT'
|
compile 'io.grpc:grpc-stub:0.9.0-SNAPSHOT'
|
||||||
compile 'javax.annotation:javax.annotation-api:1.2'
|
compile 'javax.annotation:javax.annotation-api:1.2'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue