aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
AgeCommit message (Collapse)Author
2013-04-29Refactor test tasks into customizable components.Xavier Ducrohet
TestRunner and DeviceConnector allows having different ways to run tests and different ways to connect to devices. Change-Id: I70353965f166d684f1a9193d85c0e11e204aba33
2013-04-04New module for the model.Xavier Ducrohet
This model will be shared between the plugin and the IDE. Change-Id: Ia521ed8d6f47301545679334157ea2ed8629bbb1
2012-08-21Start integration of the builder lib in the gradle plug-inXavier Ducrohet
First step: move to the BuildType and ProductFlavor classes from the builder library. Change-Id: Ib83c590ff7dbf38774022d7539634835de9f31c0
2012-08-21Separated the prototype into plugin and test apps.Adam Murdoch
The plugin implementation has moved to the gradle/ directory, and the test applications have moved under the testapps/ directory. This change means that you now have to run ./gradlew uploadArchives in the root directory to make the plugin available to the test application builds via a local repository (in repo/). See the readme.md for more details about building and using the test applications. Change-Id: Id9b268aa1d6d1a5621513fb788b2dc90ca2793e8
2012-08-21Initial prototype of Gradle plugin to build Android applicationsAdam Murdoch
This is an initial prototype Gradle plugin that can build Android applications. This is intended to demonstrate how such a plugin would be wired together. Most of the tasks are placeholders for a real implementation. See the readme for details. Change-Id: I8f25493b9656c3919c0635c0e5363cdd9c8c171d