aboutsummaryrefslogtreecommitdiff
path: root/android-interop-testing
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-10-26 10:47:41 -0700
committerEric Anderson <ejona@google.com>2018-10-26 10:47:41 -0700
commit57043233bf5aecce92f0c6629b6ac46d9393ce8c (patch)
treefed2731bb8afeab44c56cfd8cbbeb617c82aab0d /android-interop-testing
parent62ee23a43f4650771a2e082917dd5fd13e02e0aa (diff)
downloadgrpc-grpc-java-57043233bf5aecce92f0c6629b6ac46d9393ce8c.tar.gz
Bump version to 1.16.1upstream/v1.16.1
Diffstat (limited to 'android-interop-testing')
-rw-r--r--android-interop-testing/app/build.gradle12
1 files changed, 6 insertions, 6 deletions
diff --git a/android-interop-testing/app/build.gradle b/android-interop-testing/app/build.gradle
index ddeae5bf9..e704dfe07 100644
--- a/android-interop-testing/app/build.gradle
+++ b/android-interop-testing/app/build.gradle
@@ -42,7 +42,7 @@ protobuf {
protoc { artifact = 'com.google.protobuf:protoc:3.5.1-1' }
plugins {
javalite { artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0" }
- grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
+ grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.1' // CURRENT_GRPC_VERSION
}
}
generateProtoTasks {
@@ -71,11 +71,11 @@ dependencies {
implementation 'junit:junit:4.12'
// You need to build grpc-java to obtain the grpc libraries below.
- implementation 'io.grpc:grpc-auth:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
- implementation 'io.grpc:grpc-okhttp:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
- implementation 'io.grpc:grpc-protobuf-lite:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
- implementation 'io.grpc:grpc-stub:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
- implementation 'io.grpc:grpc-testing:1.16.1-SNAPSHOT' // CURRENT_GRPC_VERSION
+ implementation 'io.grpc:grpc-auth:1.16.1' // CURRENT_GRPC_VERSION
+ implementation 'io.grpc:grpc-okhttp:1.16.1' // CURRENT_GRPC_VERSION
+ implementation 'io.grpc:grpc-protobuf-lite:1.16.1' // CURRENT_GRPC_VERSION
+ implementation 'io.grpc:grpc-stub:1.16.1' // CURRENT_GRPC_VERSION
+ implementation 'io.grpc:grpc-testing:1.16.1' // CURRENT_GRPC_VERSION
// workaround for https://github.com/google/protobuf/issues/1889
protobuf 'com.google.protobuf:protobuf-java:3.0.2'