From d3d253e79289541524df1ab3c4763d3c52306b8f Mon Sep 17 00:00:00 2001 From: Kun Zhang Date: Tue, 26 Jan 2016 15:31:53 -0800 Subject: [PATCH] Upgrade to protobuf-gradle-plugin 0.7.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4a64e3005c..3c38e9aa4f 100644 --- a/build.gradle +++ b/build.gradle @@ -142,7 +142,7 @@ subprojects { okio: 'com.squareup.okio:okio:1.6.0', protobuf: "com.google.protobuf:protobuf-java:${protobufVersion}", protobuf_nano: "com.google.protobuf.nano:protobuf-javanano:${protobufNanoVersion}", - protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.7.0', + protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.7.4', netty: 'io.netty:netty-codec-http2:4.1.0.Beta8', netty_epoll: 'io.netty:netty-transport-native-epoll:4.1.0.Beta8' + epoll_suffix,