aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Chiu <chiur@google.com>2016-07-26 17:31:20 -0700
committerRaymond Chiu <chiur@google.com>2016-07-28 13:34:08 -0700
commitb9fed867e29e7134eb3fb5ca95595b33510da3d3 (patch)
tree865eb536dd129bfd1813b6d1733f7ac7b426f531
parentafa8d3dcf1c4183ed2663f88d764c6b090618a3e (diff)
downloadafollestad-mirror-goog-studio-master-dev.tar.gz
Update plugin due to Gradle 2.14 Change-Id: I5f471918635cd6b9d565cb6dd2c122e1e792fe27
-rw-r--r--build.gradle2
-rw-r--r--core/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 294aaf2..b8b341c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-beta2'
- 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.12.0'
}
}
diff --git a/core/build.gradle b/core/build.gradle
index 7416c91..9f1f56f 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -50,4 +50,4 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
artifacts {
archives sourcesJar
archives javadocJar
-} \ No newline at end of file
+}