Gradle Plugin Release 3.0.0
update versions
3 files changed
tree: ff9e031e9a0471ecca65e92b771866bebbe939da
  1. config/
  2. fratry/
  3. gradle/
  4. harvestry/
  5. outissue/
  6. Padraig/
  7. phthalic/
  8. Pontic/
  9. preprice/
  10. subvola/
  11. Tripoline/
  12. .buckconfig
  13. .buckjavaargs
  14. .buckversion
  15. .gitignore
  16. .travis.yml
  17. buckw
  18. build.gradle
  19. buildWithBuck
  20. buildWithGradle
  21. dependencies.gradle
  22. gradle.properties
  23. gradlew
  24. LICENSE.md
  25. README.md
  26. settings.gradle
README.md

android-studio-gradle-test

A test project with a structure to stress test and find out issues in Android Studio and Gradle

Also provides an alternative build path using Buck to compare. For more details on how the buck build path is setup, please see OkBuck

Master branch build status

To build all apps with gradle:

./buildWithGradle

To build all apps with buck

Setup

Mac OS X

brew update
brew install ant watchman

Linux

Installation instructions for: Ant, Watchman

Build

./buildWithBuck