aboutsummaryrefslogtreecommitdiff
path: root/android-interop-testing
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-10-24 12:52:41 -0700
committerEric Anderson <ejona@google.com>2018-10-24 12:52:41 -0700
commit63a24507658b3b9bab62be5f88b0f001824c808d (patch)
treecdced25b3438e11e4b2baa340b07f3d4391bc726 /android-interop-testing
parent2bc27bb91140d389f82c0170c72d45e5652b6166 (diff)
downloadgrpc-grpc-java-63a24507658b3b9bab62be5f88b0f001824c808d.tar.gz
Bump version to 1.16.1-SNAPSHOT
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 2fbb318af..ddeae5bf9 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.0' // CURRENT_GRPC_VERSION
+ grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.1-SNAPSHOT' // 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.0' // CURRENT_GRPC_VERSION
- implementation 'io.grpc:grpc-okhttp:1.16.0' // CURRENT_GRPC_VERSION
- implementation 'io.grpc:grpc-protobuf-lite:1.16.0' // CURRENT_GRPC_VERSION
- implementation 'io.grpc:grpc-stub:1.16.0' // CURRENT_GRPC_VERSION
- implementation 'io.grpc:grpc-testing:1.16.0' // CURRENT_GRPC_VERSION
+ 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
// workaround for https://github.com/google/protobuf/issues/1889
protobuf 'com.google.protobuf:protobuf-java:3.0.2'