aboutsummaryrefslogtreecommitdiff
path: root/android-interop-testing/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android-interop-testing/app/build.gradle')
-rw-r--r--android-interop-testing/app/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/android-interop-testing/app/build.gradle b/android-interop-testing/app/build.gradle
index d634fb971..b5959a422 100644
--- a/android-interop-testing/app/build.gradle
+++ b/android-interop-testing/app/build.gradle
@@ -32,7 +32,7 @@ protobuf {
}
plugins {
grpc {
- artifact = 'io.grpc:protoc-gen-grpc-java:1.3.1-SNAPSHOT' // CURRENT_GRPC_VERSION
+ artifact = 'io.grpc:protoc-gen-grpc-java:1.3.1' // CURRENT_GRPC_VERSION
}
}
generateProtoTasks {
@@ -58,10 +58,10 @@ dependencies {
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.google.android.gms:play-services-base:7.3.0'
// You need to build grpc-java to obtain these libraries below.
- compile 'io.grpc:grpc-protobuf-nano:1.3.1-SNAPSHOT' // CURRENT_GRPC_VERSION
- compile 'io.grpc:grpc-okhttp:1.3.1-SNAPSHOT' // CURRENT_GRPC_VERSION
- compile 'io.grpc:grpc-stub:1.3.1-SNAPSHOT' // CURRENT_GRPC_VERSION
- compile 'io.grpc:grpc-testing:1.3.1-SNAPSHOT' // CURRENT_GRPC_VERSION
+ compile 'io.grpc:grpc-protobuf-nano:1.3.1' // CURRENT_GRPC_VERSION
+ compile 'io.grpc:grpc-okhttp:1.3.1' // CURRENT_GRPC_VERSION
+ compile 'io.grpc:grpc-stub:1.3.1' // CURRENT_GRPC_VERSION
+ compile 'io.grpc:grpc-testing:1.3.1' // CURRENT_GRPC_VERSION
compile 'javax.annotation:javax.annotation-api:1.2'
}