aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-05-16 15:37:24 -0700
committerEric Anderson <ejona@google.com>2018-05-17 15:46:21 -0700
commite085a0eca0c414bc992e2ec0eaa46a350580abb0 (patch)
treef022350a9ea226f78ebe012adc16adf698c48f2b /android
parent2d75686a8818d2724a45415f15d5d4d8b2dad865 (diff)
downloadgrpc-grpc-java-e085a0eca0c414bc992e2ec0eaa46a350580abb0.tar.gz
Bump to Gradle 4.7
The new jmh plugin fixes a warning for the newer version of Gradle. The new AppEngine plugin still produces a warning, but updating it anyway so people know that upgrading the plugin doesn't fix the problem. The new android-maven plugin fixes a build problem with the newer Gradle. The Visual Studio fixes were necessary starting ~4.4. https://github.com/gradle/gradle-native/issues/34#issuecomment-335222096 describes the change in behavior. There's nothing immediately being used as part of this update. It's just to keep us current and to get us over that Visual Studio change hump.
Diffstat (limited to 'android')
-rw-r--r--android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 9cd0a3478..025ae5e5c 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -16,7 +16,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath "net.ltgt.gradle:gradle-errorprone-plugin:0.0.13"
- classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}