aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Chiu <chiur@google.com>2016-07-28 13:31:27 -0700
committerRaymond Chiu <chiur@google.com>2016-07-28 13:31:27 -0700
commit54915d39606a489531f68437daea6011123ddefd (patch)
tree2efb0e153c9effd3d4259b884138af16ada56559
parent5a3fa2572ce124ccddcb88c950d11c29c68b844c (diff)
downloadAntennaPod-54915d39606a489531f68437daea6011123ddefd.tar.gz
Update android-maven-gradle-plugin plugin
Update plugin due to Gradle 2.14 Change-Id: Ibd67b1bf09fb19221958620e00d9f47f8d7b964e
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index fa37493e..b3a0b29a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,7 +12,7 @@ buildscript {
// Exclude the version that the android plugin depends on.
configurations.classpath.exclude group: "com.android.tools.external.lombok"
- classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.11.3'
}