aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-07-11 16:46:16 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-07-11 16:46:17 +0000
commit24162a9d0d1b7feb6aee44de8445ff0d04d48612 (patch)
tree0ef0170569b00c0d5b201bf32ae8d5fb367dc8e6 /eclipse
parent48c71bce5504273e2cac890a69b058ab3960cea3 (diff)
parent88b5fb4aecc45a3efa8dc45198af28a962ec75b8 (diff)
downloadsdk-24162a9d0d1b7feb6aee44de8445ff0d04d48612.zip
sdk-24162a9d0d1b7feb6aee44de8445ff0d04d48612.tar.gz
sdk-24162a9d0d1b7feb6aee44de8445ff0d04d48612.tar.bz2
Merge "Update Gradle export to use version 0.5.+"
Diffstat (limited to 'eclipse')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/BuildFileCreator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/BuildFileCreator.java b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/BuildFileCreator.java
index 6b4a08d..baa6b47 100644
--- a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/BuildFileCreator.java
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/BuildFileCreator.java
@@ -66,7 +66,7 @@ public class BuildFileCreator {
private static final String GRADLE_WRAPPER_LOCATION =
"tools/templates/gradle/wrapper"; //$NON-NLS-1$
static final String PLUGIN_CLASSPATH =
- "classpath 'com.android.tools.build:gradle:0.4.+'"; //$NON-NLS-1$
+ "classpath 'com.android.tools.build:gradle:0.5.+'"; //$NON-NLS-1$
static final String MAVEN_REPOSITORY = "mavenCentral()"; //$NON-NLS-1$
private static final String[] GRADLE_WRAPPER_FILES = new String[] {