From 5df6ab00da65e4c6148e4164d9db1a12e28e5175 Mon Sep 17 00:00:00 2001 From: Kun Zhang Date: Thu, 13 Aug 2015 14:28:40 -0700 Subject: [PATCH] Upgrade protobuf-gradle-plugin to 0.7.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a8bf247efb..a9e48eeff0 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ subprojects { okhttp: 'com.squareup.okhttp:okhttp:2.4.0', protobuf: "com.google.protobuf:protobuf-java:${protobufVersion}", protobuf_nano: "com.google.protobuf.nano:protobuf-javanano:${protobufVersion}", - protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.6.1', + protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.7.0', netty: 'io.netty:netty-codec-http2:4.1.0.Beta5', netty_tcnative: 'io.netty:netty-tcnative:1.1.33.Fork2' + tcnative_suffix,