aboutsummaryrefslogtreecommitdiff
path: root/android-interop-testing
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2017-05-23 17:04:51 -0700
committerGitHub <noreply@github.com>2017-05-23 17:04:51 -0700
commit0fe2c5cca6171da9554e29b371dbc364dcb332ab (patch)
tree1aad9cc33636d7bb049d87c75e9f1e69549b64bf /android-interop-testing
parent530b714790ee85aad83e6eec4f6d29f31e16e377 (diff)
downloadgrpc-grpc-java-0fe2c5cca6171da9554e29b371dbc364dcb332ab.tar.gz
all: bump to proto 3.3.1
Diffstat (limited to 'android-interop-testing')
-rw-r--r--android-interop-testing/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-interop-testing/app/build.gradle b/android-interop-testing/app/build.gradle
index 56e461c5a..8c6b3203d 100644
--- a/android-interop-testing/app/build.gradle
+++ b/android-interop-testing/app/build.gradle
@@ -28,7 +28,7 @@ android {
protobuf {
protoc {
- artifact = 'com.google.protobuf:protoc:3.2.0'
+ artifact = 'com.google.protobuf:protoc:3.3.0'
}
plugins {
grpc {