aboutsummaryrefslogtreecommitdiff
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/android/clientcache/build.gradle2
-rw-r--r--examples/android/helloworld/build.gradle2
-rw-r--r--examples/android/routeguide/build.gradle2
-rw-r--r--examples/build.gradle2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/android/clientcache/build.gradle b/examples/android/clientcache/build.gradle
index be0b49fe9..6f6011c3c 100644
--- a/examples/android/clientcache/build.gradle
+++ b/examples/android/clientcache/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
diff --git a/examples/android/helloworld/build.gradle b/examples/android/helloworld/build.gradle
index be0b49fe9..6f6011c3c 100644
--- a/examples/android/helloworld/build.gradle
+++ b/examples/android/helloworld/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
diff --git a/examples/android/routeguide/build.gradle b/examples/android/routeguide/build.gradle
index d0f785a2b..316dc9dbb 100644
--- a/examples/android/routeguide/build.gradle
+++ b/examples/android/routeguide/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
diff --git a/examples/build.gradle b/examples/build.gradle
index c2703bd71..5bf7c5aaf 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -8,7 +8,7 @@ buildscript {
dependencies {
// ASSUMES GRADLE 2.12 OR HIGHER. Use plugin version 0.7.5 with earlier
// gradle versions
- classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.1'
+ classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.3'
}
}