aboutsummaryrefslogtreecommitdiffstats
path: root/templates/projects/NewAndroidLibrary/root/build.gradle.ftl
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to Gradle plugin, support library versionsScott Barta2013-07-021-2/+10
| | | | | | | | | | Small fixes to pass the Gradle Android plugin as a dependency. Changes the v4 support library depencency to pull in a Maven artifact instead of a library jar reference. Adds a small fix to ensure the Java package parameter in new projects is nonempty. Change-Id: Icb3e3a704166c8d03a7996872be6a5082d37e1bb
* Use "mavenCentral()" in build.gradle instead of URLSiva Velusamy2013-05-131-0/+4
| | | | Change-Id: Ibb3391a7b1de26baa2492280f542520b2202569e
* Update Gradle templates for Gradle 1.6 and plugin 0.4Xavier Ducrohet2013-05-101-1/+1
| | | | Change-Id: I259f57f074e18be334fc8d9cdb19724e19dcc9df
* Allows build tools version to be passed in.Scott Barta2013-05-061-1/+1
| | | | Change-Id: I64c12c7f2a0887b080752469e6d34320425ad1e1
* Fixes Maven URLs in build.gradle files in templatesScott Barta2013-05-031-2/+1
| | | | Change-Id: I84bd0213a9dcd6cd13ab94c30a18437a8f84d53a
* Modified templates for Gradle projectsScott Barta2013-04-261-0/+24
Modifies the existing templates to output Gradle build files with a new multi-level directory structure. The templates continue to work the old way that Eclipse expects, and the new behavior is only enabled if the "isGradle" global is set to "true". Files to configure the Gradle wrapper are placed in the SDK at tools/templates/gradle/wrapper. This CL changes all file copies and merges to go to fully-qualified directories set up via global variables. Things go to the old locations for non-Gradle builds based on how the globals are set up, but Gradle builds can override output directory variables to reflect the new directory structure. This CL also adds NewAndroidLibrary and NewJavaLibrary project templates, which will be used in the future. The current NewAndroidApplication template also can output a library, which is redundant and confusing; this will likely be fixed somehow in the future. Change-Id: Ieb830bdfba1797d87a218326ebd37c99d254758e