Upgrade protobuf-gradle-plugin to 0.6.1

This commit is contained in:
Kun Zhang 2015-08-03 11:10:22 -07:00
parent c55657e3c5
commit 137b2ef8c3
3 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.5.0' classpath 'com.google.protobuf:protobuf-gradle-plugin:0.6.1'
} }
} }

View File

@ -6,7 +6,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:1.1.0' classpath 'com.android.tools.build:gradle:1.1.0'
classpath "com.google.protobuf:protobuf-gradle-plugin:0.5.0" classpath "com.google.protobuf:protobuf-gradle-plugin:0.6.1"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files

View File

@ -130,7 +130,7 @@ subprojects {
okhttp: 'com.squareup.okhttp:okhttp:2.4.0', okhttp: 'com.squareup.okhttp:okhttp:2.4.0',
protobuf: "com.google.protobuf:protobuf-java:${protobufVersion}", protobuf: "com.google.protobuf:protobuf-java:${protobufVersion}",
protobuf_nano: "com.google.protobuf.nano:protobuf-javanano:${protobufVersion}", protobuf_nano: "com.google.protobuf.nano:protobuf-javanano:${protobufVersion}",
protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.5.0', protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.6.1',
netty: 'io.netty:netty-codec-http2:4.1.0.Beta5', netty: 'io.netty:netty-codec-http2:4.1.0.Beta5',
netty_tcnative: 'io.netty:netty-tcnative:1.1.33.Fork2' + tcnative_suffix, netty_tcnative: 'io.netty:netty-tcnative:1.1.33.Fork2' + tcnative_suffix,