android: Bump android build plugin version to 2.3.1

This cleans up some deprecation warnings from Gradle and cuts full build
time in half.
This commit is contained in:
Eric Anderson 2017-04-06 10:51:03 -07:00
parent 810b2d0b96
commit ebd2f2d2f7
6 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ apply plugin: 'com.google.protobuf'
android {
compileSdkVersion 22
buildToolsVersion '22.0.1'
buildToolsVersion '25.0.2'
defaultConfig {
applicationId "io.grpc.android.integrationtest"

View File

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.3.1'
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.0"
// NOTE: Do not place your application dependencies here; they belong

View File

@ -3,7 +3,7 @@ apply plugin: 'com.google.protobuf'
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
buildToolsVersion "25.0.2"
defaultConfig {
applicationId "io.grpc.android.helloworldexample"

View File

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.3.1'
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.0"
// NOTE: Do not place your application dependencies here; they belong

View File

@ -3,7 +3,7 @@ apply plugin: 'com.google.protobuf'
android {
compileSdkVersion 23
buildToolsVersion "24.0.0"
buildToolsVersion "25.0.2"
defaultConfig {
applicationId "io.grpc.routeguideexample"

View File

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.3.1'
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.0"
// NOTE: Do not place your application dependencies here; they belong