mirror of https://github.com/grpc/grpc-java.git
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:
parent
810b2d0b96
commit
ebd2f2d2f7
|
|
@ -3,7 +3,7 @@ apply plugin: 'com.google.protobuf'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 22
|
compileSdkVersion 22
|
||||||
buildToolsVersion '22.0.1'
|
buildToolsVersion '25.0.2'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "io.grpc.android.integrationtest"
|
applicationId "io.grpc.android.integrationtest"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ buildscript {
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
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"
|
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.0"
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ apply plugin: 'com.google.protobuf'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 22
|
compileSdkVersion 22
|
||||||
buildToolsVersion "22.0.1"
|
buildToolsVersion "25.0.2"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "io.grpc.android.helloworldexample"
|
applicationId "io.grpc.android.helloworldexample"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ buildscript {
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
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"
|
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.0"
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ apply plugin: 'com.google.protobuf'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 23
|
compileSdkVersion 23
|
||||||
buildToolsVersion "24.0.0"
|
buildToolsVersion "25.0.2"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "io.grpc.routeguideexample"
|
applicationId "io.grpc.routeguideexample"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ buildscript {
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
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"
|
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.0"
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue