aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-05-10 22:23:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-05-10 22:23:06 +0000
commitcd270beaad09cee90c99f45140b772a7e65ce296 (patch)
treeaa904e4b0ae5cf7c02c2ccc662c7fef795ba55ad /templates
parent8655891c04d2557d65d7488a29ee5ac00b98ed04 (diff)
parent10d17b41c717763eee9d99d9e930badbaed837bd (diff)
downloadsdk-cd270beaad09cee90c99f45140b772a7e65ce296.zip
sdk-cd270beaad09cee90c99f45140b772a7e65ce296.tar.gz
sdk-cd270beaad09cee90c99f45140b772a7e65ce296.tar.bz2
Merge "Update Gradle templates for Gradle 1.6 and plugin 0.4"
Diffstat (limited to 'templates')
-rw-r--r--templates/gradle/wrapper/gradle/wrapper/gradle-wrapper.properties2
-rw-r--r--templates/projects/NewAndroidApplication/root/build.gradle.ftl2
-rw-r--r--templates/projects/NewAndroidLibrary/root/build.gradle.ftl2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/gradle/wrapper/gradle/wrapper/gradle-wrapper.properties b/templates/gradle/wrapper/gradle/wrapper/gradle-wrapper.properties
index 45925d9..5c22dec 100644
--- a/templates/gradle/wrapper/gradle/wrapper/gradle-wrapper.properties
+++ b/templates/gradle/wrapper/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-rc-1-bin.zip
+distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip
diff --git a/templates/projects/NewAndroidApplication/root/build.gradle.ftl b/templates/projects/NewAndroidApplication/root/build.gradle.ftl
index 513c6d5..4a098cd 100644
--- a/templates/projects/NewAndroidApplication/root/build.gradle.ftl
+++ b/templates/projects/NewAndroidApplication/root/build.gradle.ftl
@@ -3,7 +3,7 @@ buildscript {
maven { url '${mavenUrl}' }
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.4-SNAPSHOT'
+ classpath 'com.android.tools.build:gradle:0.4'
}
}
apply plugin: 'android'
diff --git a/templates/projects/NewAndroidLibrary/root/build.gradle.ftl b/templates/projects/NewAndroidLibrary/root/build.gradle.ftl
index 9919ca5..9deb979 100644
--- a/templates/projects/NewAndroidLibrary/root/build.gradle.ftl
+++ b/templates/projects/NewAndroidLibrary/root/build.gradle.ftl
@@ -3,7 +3,7 @@ buildscript {
maven { url '${mavenUrl}' }
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.4-SNAPSHOT'
+ classpath 'com.android.tools.build:gradle:0.4'
}
}
apply plugin: 'android-library'