aboutsummaryrefslogtreecommitdiff
path: root/android-interop-testing
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-01-11 14:27:50 -0800
committerEric Anderson <ejona@google.com>2018-01-12 08:34:05 -0800
commit71bad37402ec85aef019e3c8f03ed52a7ed34b52 (patch)
tree52487930fe0b7bd1d2dc76b53767861e3dc94ac6 /android-interop-testing
parenta3d801d07de4fc2fa83f08c2e86f5d65638d9722 (diff)
downloadgrpc-grpc-java-71bad37402ec85aef019e3c8f03ed52a7ed34b52.tar.gz
Update protobuf-gradle-plugin to 0.8.3
This fixes support for newer Android Gradle Plugins.
Diffstat (limited to 'android-interop-testing')
-rw-r--r--android-interop-testing/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-interop-testing/build.gradle b/android-interop-testing/build.gradle
index 819c1f893..99d37fdfc 100644
--- a/android-interop-testing/build.gradle
+++ b/android-interop-testing/build.gradle
@@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
- classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.1"
+ classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.3"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files